public class TerminalCheckout extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TerminalCheckout.Builder
Class to build instances of
TerminalCheckout. |
| Constructor and Description |
|---|
TerminalCheckout(Money amountMoney,
DeviceCheckoutOptions deviceOptions,
String id,
String referenceId,
String note,
String orderId,
PaymentOptions paymentOptions,
String deadlineDuration,
String status,
String cancelReason,
List<String> paymentIds,
String createdAt,
String updatedAt,
String appId,
String locationId,
String paymentType,
String customerId,
Money appFeeMoney)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
Money |
getAppFeeMoney()
Getter for AppFeeMoney.
|
String |
getAppId()
Getter for AppId.
|
String |
getCancelReason()
Getter for CancelReason.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getCustomerId()
Getter for CustomerId.
|
String |
getDeadlineDuration()
Getter for DeadlineDuration.
|
DeviceCheckoutOptions |
getDeviceOptions()
Getter for DeviceOptions.
|
String |
getId()
Getter for Id.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getNote()
Getter for Note.
|
String |
getOrderId()
Getter for OrderId.
|
List<String> |
getPaymentIds()
Getter for PaymentIds.
|
PaymentOptions |
getPaymentOptions()
Getter for PaymentOptions.
|
String |
getPaymentType()
Getter for PaymentType.
|
String |
getReferenceId()
Getter for ReferenceId.
|
String |
getStatus()
Getter for Status.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
int |
hashCode() |
TerminalCheckout.Builder |
toBuilder()
Builds a new
TerminalCheckout.Builder object. |
String |
toString()
Converts this TerminalCheckout into string format.
|
public TerminalCheckout(Money amountMoney, DeviceCheckoutOptions deviceOptions, String id, String referenceId, String note, String orderId, PaymentOptions paymentOptions, String deadlineDuration, String status, String cancelReason, List<String> paymentIds, String createdAt, String updatedAt, String appId, String locationId, String paymentType, String customerId, Money appFeeMoney)
amountMoney - Money value for amountMoney.deviceOptions - DeviceCheckoutOptions value for deviceOptions.id - String value for id.referenceId - String value for referenceId.note - String value for note.orderId - String value for orderId.paymentOptions - PaymentOptions value for paymentOptions.deadlineDuration - String value for deadlineDuration.status - String value for status.cancelReason - String value for cancelReason.paymentIds - List of String value for paymentIds.createdAt - String value for createdAt.updatedAt - String value for updatedAt.appId - String value for appId.locationId - String value for locationId.paymentType - String value for paymentType.customerId - String value for customerId.appFeeMoney - Money value for appFeeMoney.public String getId()
public Money getAmountMoney()
public String getReferenceId()
public String getNote()
public String getOrderId()
public PaymentOptions getPaymentOptions()
public DeviceCheckoutOptions getDeviceOptions()
public String getDeadlineDuration()
public String getStatus()
public String getCancelReason()
public List<String> getPaymentIds()
public String getCreatedAt()
public String getUpdatedAt()
public String getAppId()
public String getLocationId()
public String getPaymentType()
public String getCustomerId()
public Money getAppFeeMoney()
public String toString()
public TerminalCheckout.Builder toBuilder()
TerminalCheckout.Builder object.
Creates the instance with the state of the current model.TerminalCheckout.Builder objectCopyright © 2022. All rights reserved.