public class ChargeRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChargeRequest.Builder
Class to build instances of
ChargeRequest. |
| Constructor and Description |
|---|
ChargeRequest(String idempotencyKey,
Money amountMoney,
String cardNonce,
String customerCardId,
Boolean delayCapture,
String referenceId,
String note,
String customerId,
Address billingAddress,
Address shippingAddress,
String buyerEmailAddress,
String orderId,
List<ChargeRequestAdditionalRecipient> additionalRecipients,
String verificationToken)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ChargeRequestAdditionalRecipient> |
getAdditionalRecipients()
Getter for AdditionalRecipients.
|
Money |
getAmountMoney()
Getter for AmountMoney.
|
Address |
getBillingAddress()
Getter for BillingAddress.
|
String |
getBuyerEmailAddress()
Getter for BuyerEmailAddress.
|
String |
getCardNonce()
Getter for CardNonce.
|
String |
getCustomerCardId()
Getter for CustomerCardId.
|
String |
getCustomerId()
Getter for CustomerId.
|
Boolean |
getDelayCapture()
Getter for DelayCapture.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
String |
getNote()
Getter for Note.
|
String |
getOrderId()
Getter for OrderId.
|
String |
getReferenceId()
Getter for ReferenceId.
|
Address |
getShippingAddress()
Getter for ShippingAddress.
|
String |
getVerificationToken()
Getter for VerificationToken.
|
int |
hashCode() |
ChargeRequest.Builder |
toBuilder()
Builds a new
ChargeRequest.Builder object. |
String |
toString()
Converts this ChargeRequest into string format.
|
public ChargeRequest(String idempotencyKey, Money amountMoney, String cardNonce, String customerCardId, Boolean delayCapture, String referenceId, String note, String customerId, Address billingAddress, Address shippingAddress, String buyerEmailAddress, String orderId, List<ChargeRequestAdditionalRecipient> additionalRecipients, String verificationToken)
idempotencyKey - String value for idempotencyKey.amountMoney - Money value for amountMoney.cardNonce - String value for cardNonce.customerCardId - String value for customerCardId.delayCapture - Boolean value for delayCapture.referenceId - String value for referenceId.note - String value for note.customerId - String value for customerId.billingAddress - Address value for billingAddress.shippingAddress - Address value for shippingAddress.buyerEmailAddress - String value for buyerEmailAddress.orderId - String value for orderId.additionalRecipients - List of ChargeRequestAdditionalRecipient value for
additionalRecipients.verificationToken - String value for verificationToken.public String getIdempotencyKey()
public Money getAmountMoney()
public String getCardNonce()
public String getCustomerCardId()
public Boolean getDelayCapture()
public String getReferenceId()
public String getNote()
public String getCustomerId()
public Address getBillingAddress()
public Address getShippingAddress()
public String getBuyerEmailAddress()
public String getOrderId()
public List<ChargeRequestAdditionalRecipient> getAdditionalRecipients()
public String getVerificationToken()
public String toString()
public ChargeRequest.Builder toBuilder()
ChargeRequest.Builder object.
Creates the instance with the state of the current model.ChargeRequest.Builder objectCopyright © 2022. All rights reserved.