public class Payment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Payment.Builder
Class to build instances of
Payment. |
| Constructor and Description |
|---|
Payment(String id,
String createdAt,
String updatedAt,
Money amountMoney,
Money tipMoney,
Money totalMoney,
Money appFeeMoney,
Money approvedMoney,
List<ProcessingFee> processingFee,
Money refundedMoney,
String status,
String delayDuration,
String delayAction,
String delayedUntil,
String sourceType,
CardPaymentDetails cardDetails,
CashPaymentDetails cashDetails,
BankAccountPaymentDetails bankAccountDetails,
ExternalPaymentDetails externalDetails,
DigitalWalletDetails walletDetails,
BuyNowPayLaterDetails buyNowPayLaterDetails,
String locationId,
String orderId,
String referenceId,
String customerId,
String employeeId,
String teamMemberId,
List<String> refundIds,
RiskEvaluation riskEvaluation,
String buyerEmailAddress,
Address billingAddress,
Address shippingAddress,
String note,
String statementDescriptionIdentifier,
List<String> capabilities,
String receiptNumber,
String receiptUrl,
DeviceDetails deviceDetails,
ApplicationDetails applicationDetails,
String versionToken)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getAmountMoney()
Getter for AmountMoney.
|
Money |
getAppFeeMoney()
Getter for AppFeeMoney.
|
ApplicationDetails |
getApplicationDetails()
Getter for ApplicationDetails.
|
Money |
getApprovedMoney()
Getter for ApprovedMoney.
|
BankAccountPaymentDetails |
getBankAccountDetails()
Getter for BankAccountDetails.
|
Address |
getBillingAddress()
Getter for BillingAddress.
|
String |
getBuyerEmailAddress()
Getter for BuyerEmailAddress.
|
BuyNowPayLaterDetails |
getBuyNowPayLaterDetails()
Getter for BuyNowPayLaterDetails.
|
List<String> |
getCapabilities()
Getter for Capabilities.
|
CardPaymentDetails |
getCardDetails()
Getter for CardDetails.
|
CashPaymentDetails |
getCashDetails()
Getter for CashDetails.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getCustomerId()
Getter for CustomerId.
|
String |
getDelayAction()
Getter for DelayAction.
|
String |
getDelayDuration()
Getter for DelayDuration.
|
String |
getDelayedUntil()
Getter for DelayedUntil.
|
DeviceDetails |
getDeviceDetails()
Getter for DeviceDetails.
|
String |
getEmployeeId()
Getter for EmployeeId.
|
ExternalPaymentDetails |
getExternalDetails()
Getter for ExternalDetails.
|
String |
getId()
Getter for Id.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getNote()
Getter for Note.
|
String |
getOrderId()
Getter for OrderId.
|
List<ProcessingFee> |
getProcessingFee()
Getter for ProcessingFee.
|
String |
getReceiptNumber()
Getter for ReceiptNumber.
|
String |
getReceiptUrl()
Getter for ReceiptUrl.
|
String |
getReferenceId()
Getter for ReferenceId.
|
Money |
getRefundedMoney()
Getter for RefundedMoney.
|
List<String> |
getRefundIds()
Getter for RefundIds.
|
RiskEvaluation |
getRiskEvaluation()
Getter for RiskEvaluation.
|
Address |
getShippingAddress()
Getter for ShippingAddress.
|
String |
getSourceType()
Getter for SourceType.
|
String |
getStatementDescriptionIdentifier()
Getter for StatementDescriptionIdentifier.
|
String |
getStatus()
Getter for Status.
|
String |
getTeamMemberId()
Getter for TeamMemberId.
|
Money |
getTipMoney()
Getter for TipMoney.
|
Money |
getTotalMoney()
Getter for TotalMoney.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
String |
getVersionToken()
Getter for VersionToken.
|
DigitalWalletDetails |
getWalletDetails()
Getter for WalletDetails.
|
int |
hashCode() |
Payment.Builder |
toBuilder()
Builds a new
Payment.Builder object. |
String |
toString()
Converts this Payment into string format.
|
public Payment(String id, String createdAt, String updatedAt, Money amountMoney, Money tipMoney, Money totalMoney, Money appFeeMoney, Money approvedMoney, List<ProcessingFee> processingFee, Money refundedMoney, String status, String delayDuration, String delayAction, String delayedUntil, String sourceType, CardPaymentDetails cardDetails, CashPaymentDetails cashDetails, BankAccountPaymentDetails bankAccountDetails, ExternalPaymentDetails externalDetails, DigitalWalletDetails walletDetails, BuyNowPayLaterDetails buyNowPayLaterDetails, String locationId, String orderId, String referenceId, String customerId, String employeeId, String teamMemberId, List<String> refundIds, RiskEvaluation riskEvaluation, String buyerEmailAddress, Address billingAddress, Address shippingAddress, String note, String statementDescriptionIdentifier, List<String> capabilities, String receiptNumber, String receiptUrl, DeviceDetails deviceDetails, ApplicationDetails applicationDetails, String versionToken)
id - String value for id.createdAt - String value for createdAt.updatedAt - String value for updatedAt.amountMoney - Money value for amountMoney.tipMoney - Money value for tipMoney.totalMoney - Money value for totalMoney.appFeeMoney - Money value for appFeeMoney.approvedMoney - Money value for approvedMoney.processingFee - List of ProcessingFee value for processingFee.refundedMoney - Money value for refundedMoney.status - String value for status.delayDuration - String value for delayDuration.delayAction - String value for delayAction.delayedUntil - String value for delayedUntil.sourceType - String value for sourceType.cardDetails - CardPaymentDetails value for cardDetails.cashDetails - CashPaymentDetails value for cashDetails.bankAccountDetails - BankAccountPaymentDetails value for bankAccountDetails.externalDetails - ExternalPaymentDetails value for externalDetails.walletDetails - DigitalWalletDetails value for walletDetails.buyNowPayLaterDetails - BuyNowPayLaterDetails value for buyNowPayLaterDetails.locationId - String value for locationId.orderId - String value for orderId.referenceId - String value for referenceId.customerId - String value for customerId.employeeId - String value for employeeId.teamMemberId - String value for teamMemberId.refundIds - List of String value for refundIds.riskEvaluation - RiskEvaluation value for riskEvaluation.buyerEmailAddress - String value for buyerEmailAddress.billingAddress - Address value for billingAddress.shippingAddress - Address value for shippingAddress.note - String value for note.statementDescriptionIdentifier - String value for statementDescriptionIdentifier.capabilities - List of String value for capabilities.receiptNumber - String value for receiptNumber.receiptUrl - String value for receiptUrl.deviceDetails - DeviceDetails value for deviceDetails.applicationDetails - ApplicationDetails value for applicationDetails.versionToken - String value for versionToken.public String getId()
public String getCreatedAt()
public String getUpdatedAt()
public Money getAmountMoney()
public Money getTipMoney()
public Money getTotalMoney()
public Money getAppFeeMoney()
public Money getApprovedMoney()
public List<ProcessingFee> getProcessingFee()
public Money getRefundedMoney()
public String getStatus()
public String getDelayDuration()
public String getDelayAction()
public String getDelayedUntil()
public String getSourceType()
public CardPaymentDetails getCardDetails()
public CashPaymentDetails getCashDetails()
public BankAccountPaymentDetails getBankAccountDetails()
public ExternalPaymentDetails getExternalDetails()
public DigitalWalletDetails getWalletDetails()
public BuyNowPayLaterDetails getBuyNowPayLaterDetails()
public String getLocationId()
public String getOrderId()
public String getReferenceId()
public String getCustomerId()
public String getEmployeeId()
public String getTeamMemberId()
public List<String> getRefundIds()
public RiskEvaluation getRiskEvaluation()
public String getBuyerEmailAddress()
public Address getBillingAddress()
public Address getShippingAddress()
public String getNote()
public String getStatementDescriptionIdentifier()
public List<String> getCapabilities()
public String getReceiptNumber()
public String getReceiptUrl()
public DeviceDetails getDeviceDetails()
public ApplicationDetails getApplicationDetails()
public String getVersionToken()
public String toString()
public Payment.Builder toBuilder()
Payment.Builder object.
Creates the instance with the state of the current model.Payment.Builder objectCopyright © 2022. All rights reserved.