All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sentenial.rest.client.api.paymentschedule.dto.PaymentDayofWeek Maven / Gradle / Ivy

There is a newer version: 1.0.27.RELEASE
Show newest version
package com.sentenial.rest.client.api.paymentschedule.dto;

public enum PaymentDayofWeek {

    MONDAY,
    TUESDAY,
    WEDNESDAY,
    THURSDAY,
    FRIDAY;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy