com.sentenial.rest.client.api.paymentschedule.dto.PaymentDayofWeek Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nuapay-rest-client Show documentation
Show all versions of nuapay-rest-client Show documentation
NuaPay REST API Java Bindings
package com.sentenial.rest.client.api.paymentschedule.dto;
public enum PaymentDayofWeek {
MONDAY,
TUESDAY,
WEDNESDAY,
THURSDAY,
FRIDAY;
}