public class AdditionalRecipient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AdditionalRecipient.Builder
Class to build instances of
AdditionalRecipient. |
| Modifier | Constructor and Description |
|---|---|
protected |
AdditionalRecipient(String locationId,
Money amountMoney,
io.apimatic.core.types.OptionalNullable<String> description,
io.apimatic.core.types.OptionalNullable<String> receivableId)
Internal initialization constructor.
|
|
AdditionalRecipient(String locationId,
Money amountMoney,
String description,
String receivableId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
String |
getDescription()
Getter for Description.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getReceivableId()
Getter for ReceivableId.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDescription()
Internal Getter for Description.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetReceivableId()
Internal Getter for ReceivableId.
|
AdditionalRecipient.Builder |
toBuilder()
Builds a new
AdditionalRecipient.Builder object. |
String |
toString()
Converts this AdditionalRecipient into string format.
|
public AdditionalRecipient(String locationId, Money amountMoney, String description, String receivableId)
locationId - String value for locationId.amountMoney - Money value for amountMoney.description - String value for description.receivableId - String value for receivableId.public String getLocationId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetDescription()
public String getDescription()
public Money getAmountMoney()
protected io.apimatic.core.types.OptionalNullable<String> internalGetReceivableId()
public String getReceivableId()
public String toString()
public AdditionalRecipient.Builder toBuilder()
AdditionalRecipient.Builder object.
Creates the instance with the state of the current model.AdditionalRecipient.Builder objectCopyright © 2023. All rights reserved.