public class Payout extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Payout.Builder
Class to build instances of
Payout. |
| Modifier | 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,
String endToEndId)
Initialization constructor.
|
protected |
Payout(String id,
String locationId,
String status,
String createdAt,
String updatedAt,
Money amountMoney,
Destination destination,
Integer version,
String type,
io.apimatic.core.types.OptionalNullable<List<PayoutFee>> payoutFee,
io.apimatic.core.types.OptionalNullable<String> arrivalDate,
io.apimatic.core.types.OptionalNullable<String> endToEndId)
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 |
getEndToEndId()
Getter for EndToEndId.
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetArrivalDate()
Internal Getter for ArrivalDate.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEndToEndId()
Internal Getter for EndToEndId.
|
protected io.apimatic.core.types.OptionalNullable<List<PayoutFee>> |
internalGetPayoutFee()
Internal Getter for PayoutFee.
|
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, String endToEndId)
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.endToEndId - String value for endToEndId.protected Payout(String id, String locationId, String status, String createdAt, String updatedAt, Money amountMoney, Destination destination, Integer version, String type, io.apimatic.core.types.OptionalNullable<List<PayoutFee>> payoutFee, io.apimatic.core.types.OptionalNullable<String> arrivalDate, io.apimatic.core.types.OptionalNullable<String> endToEndId)
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.endToEndId - String value for endToEndId.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()
protected io.apimatic.core.types.OptionalNullable<List<PayoutFee>> internalGetPayoutFee()
public List<PayoutFee> getPayoutFee()
protected io.apimatic.core.types.OptionalNullable<String> internalGetArrivalDate()
public String getArrivalDate()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEndToEndId()
public String getEndToEndId()
public String toString()
public Payout.Builder toBuilder()
Payout.Builder object.
Creates the instance with the state of the current model.Payout.Builder objectCopyright © 2024. All rights reserved.