com.global.api.entities.enums.PaymentSchedule Maven / Gradle / Ivy
package com.global.api.entities.enums;
public enum PaymentSchedule {
Dynamic,
FirstOfTheMonth,
LastOfTheMonth
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy