public class Payout extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Payout.Builder
Class to build instances of
Payout. |
| Constructor and Description |
|---|
Payout(String id,
String locationId,
String status,
String createdAt,
String updatedAt,
Money amountMoney,
Destination destination,
Integer version,
String type,
List<PayoutFee> payoutFee,
String arrivalDate)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
String |
getArrivalDate()
Getter for ArrivalDate.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
Destination |
getDestination()
Getter for Destination.
|
String |
getId()
Getter for Id.
|
String |
getLocationId()
Getter for LocationId.
|
List<PayoutFee> |
getPayoutFee()
Getter for PayoutFee.
|
String |
getStatus()
Getter for Status.
|
String |
getType()
Getter for Type.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
Integer |
getVersion()
Getter for Version.
|
int |
hashCode() |
Payout.Builder |
toBuilder()
Builds a new
Payout.Builder object. |
String |
toString()
Converts this Payout into string format.
|
public Payout(String id, String locationId, String status, String createdAt, String updatedAt, Money amountMoney, Destination destination, Integer version, String type, List<PayoutFee> payoutFee, String arrivalDate)
id - String value for id.locationId - String value for locationId.status - String value for status.createdAt - String value for createdAt.updatedAt - String value for updatedAt.amountMoney - Money value for amountMoney.destination - Destination value for destination.version - Integer value for version.type - String value for type.payoutFee - List of PayoutFee value for payoutFee.arrivalDate - String value for arrivalDate.public String getId()
public String getStatus()
public String getLocationId()
public String getCreatedAt()
public String getUpdatedAt()
public Money getAmountMoney()
public Destination getDestination()
public Integer getVersion()
public String getType()
public List<PayoutFee> getPayoutFee()
public String getArrivalDate()
public String toString()
public Payout.Builder toBuilder()
Payout.Builder object.
Creates the instance with the state of the current model.Payout.Builder objectCopyright © 2022. All rights reserved.