public class ChangeBillingAnchorDateRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeBillingAnchorDateRequest.Builder
Class to build instances of
ChangeBillingAnchorDateRequest. |
| Modifier | Constructor and Description |
|---|---|
|
ChangeBillingAnchorDateRequest(Integer monthlyBillingAnchorDate,
String effectiveDate)
Initialization constructor.
|
protected |
ChangeBillingAnchorDateRequest(io.apimatic.core.types.OptionalNullable<Integer> monthlyBillingAnchorDate,
io.apimatic.core.types.OptionalNullable<String> effectiveDate)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEffectiveDate()
Getter for EffectiveDate.
|
Integer |
getMonthlyBillingAnchorDate()
Getter for MonthlyBillingAnchorDate.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEffectiveDate()
Internal Getter for EffectiveDate.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetMonthlyBillingAnchorDate()
Internal Getter for MonthlyBillingAnchorDate.
|
ChangeBillingAnchorDateRequest.Builder |
toBuilder()
Builds a new
ChangeBillingAnchorDateRequest.Builder object. |
String |
toString()
Converts this ChangeBillingAnchorDateRequest into string format.
|
public ChangeBillingAnchorDateRequest(Integer monthlyBillingAnchorDate, String effectiveDate)
monthlyBillingAnchorDate - Integer value for monthlyBillingAnchorDate.effectiveDate - String value for effectiveDate.protected ChangeBillingAnchorDateRequest(io.apimatic.core.types.OptionalNullable<Integer> monthlyBillingAnchorDate, io.apimatic.core.types.OptionalNullable<String> effectiveDate)
monthlyBillingAnchorDate - Integer value for monthlyBillingAnchorDate.effectiveDate - String value for effectiveDate.protected io.apimatic.core.types.OptionalNullable<Integer> internalGetMonthlyBillingAnchorDate()
public Integer getMonthlyBillingAnchorDate()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEffectiveDate()
public String getEffectiveDate()
public String toString()
public ChangeBillingAnchorDateRequest.Builder toBuilder()
ChangeBillingAnchorDateRequest.Builder object.
Creates the instance with the state of the current model.ChangeBillingAnchorDateRequest.Builder objectCopyright © 2024. All rights reserved.