@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class PartnerResponsePartnerInvoicePaymentTermAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ADDITIONAL_MONTHS |
static String |
SERIALIZED_NAME_CUTOFF_DAY |
static String |
SERIALIZED_NAME_FIXED_DAY |
| Constructor and Description |
|---|
PartnerResponsePartnerInvoicePaymentTermAttributes() |
| Modifier and Type | Method and Description |
|---|---|
PartnerResponsePartnerInvoicePaymentTermAttributes |
additionalMonths(Integer additionalMonths) |
PartnerResponsePartnerInvoicePaymentTermAttributes |
cutoffDay(Integer cutoffDay) |
boolean |
equals(Object o) |
PartnerResponsePartnerInvoicePaymentTermAttributes |
fixedDay(Integer fixedDay) |
Integer |
getAdditionalMonths()
入金月(当月を指定する場合は、0を指定してください。)
minimum: 0
maximum: 6
|
Integer |
getCutoffDay()
締め日(29, 30, 31日の末日を指定する場合は、32。)
minimum: 1
maximum: 32
|
Integer |
getFixedDay()
入金日(29, 30, 31日の末日を指定する場合は、32。)
minimum: 1
maximum: 32
|
int |
hashCode() |
void |
setAdditionalMonths(Integer additionalMonths) |
void |
setCutoffDay(Integer cutoffDay) |
void |
setFixedDay(Integer fixedDay) |
String |
toString() |
public static final String SERIALIZED_NAME_ADDITIONAL_MONTHS
public static final String SERIALIZED_NAME_CUTOFF_DAY
public static final String SERIALIZED_NAME_FIXED_DAY
public PartnerResponsePartnerInvoicePaymentTermAttributes()
public PartnerResponsePartnerInvoicePaymentTermAttributes additionalMonths(Integer additionalMonths)
@Nullable public Integer getAdditionalMonths()
public void setAdditionalMonths(Integer additionalMonths)
public PartnerResponsePartnerInvoicePaymentTermAttributes cutoffDay(Integer cutoffDay)
@Nullable public Integer getCutoffDay()
public void setCutoffDay(Integer cutoffDay)
public PartnerResponsePartnerInvoicePaymentTermAttributes fixedDay(Integer fixedDay)
@Nullable public Integer getFixedDay()
public void setFixedDay(Integer fixedDay)
Copyright © 2022. All rights reserved.