public class AdditionalRecipient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AdditionalRecipient.Builder
Class to build instances of
AdditionalRecipient. |
| Constructor and Description |
|---|
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() |
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()
public String getDescription()
public Money getAmountMoney()
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 © 2022. All rights reserved.