public class PartnerCreateParamsInvoicePaymentTermAttributes 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 |
|---|
PartnerCreateParamsInvoicePaymentTermAttributes() |
| Modifier and Type | Method and Description |
|---|---|
PartnerCreateParamsInvoicePaymentTermAttributes |
additionalMonths(Integer additionalMonths) |
PartnerCreateParamsInvoicePaymentTermAttributes |
cutoffDay(Integer cutoffDay) |
boolean |
equals(Object o) |
PartnerCreateParamsInvoicePaymentTermAttributes |
fixedDay(Integer fixedDay) |
Integer |
getAdditionalMonths()
支払月
minimum: 1
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 PartnerCreateParamsInvoicePaymentTermAttributes()
public PartnerCreateParamsInvoicePaymentTermAttributes additionalMonths(Integer additionalMonths)
@Nullable public Integer getAdditionalMonths()
public void setAdditionalMonths(Integer additionalMonths)
public PartnerCreateParamsInvoicePaymentTermAttributes cutoffDay(Integer cutoffDay)
@Nullable public Integer getCutoffDay()
public void setCutoffDay(Integer cutoffDay)
public PartnerCreateParamsInvoicePaymentTermAttributes fixedDay(Integer fixedDay)
@Nullable public Integer getFixedDay()
public void setFixedDay(Integer fixedDay)
Copyright © 2020. All rights reserved.