@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class PartnerResponsePartnerPaymentTermAttributes 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 |
|---|
PartnerResponsePartnerPaymentTermAttributes() |
| Modifier and Type | Method and Description |
|---|---|
PartnerResponsePartnerPaymentTermAttributes |
additionalMonths(Integer additionalMonths) |
PartnerResponsePartnerPaymentTermAttributes |
cutoffDay(Integer cutoffDay) |
boolean |
equals(Object o) |
PartnerResponsePartnerPaymentTermAttributes |
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 PartnerResponsePartnerPaymentTermAttributes()
public PartnerResponsePartnerPaymentTermAttributes additionalMonths(Integer additionalMonths)
@Nullable public Integer getAdditionalMonths()
public void setAdditionalMonths(Integer additionalMonths)
public PartnerResponsePartnerPaymentTermAttributes cutoffDay(Integer cutoffDay)
@Nullable public Integer getCutoffDay()
public void setCutoffDay(Integer cutoffDay)
public PartnerResponsePartnerPaymentTermAttributes fixedDay(Integer fixedDay)
@Nullable public Integer getFixedDay()
public void setFixedDay(Integer fixedDay)
Copyright © 2022. All rights reserved.