public final class ChargeAmazonPayRequest extends BaseAmazonPayEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
ChargeAmazonPayRequest.Builder |
type, version| Modifier and Type | Method and Description |
|---|---|
static ChargeAmazonPayRequest.Builder |
builder() |
boolean |
equals(Object o) |
AuthorizeAttributes |
getAuthorizeAttributes()
Get authorizeAttributes
|
String |
getBillingAgreementId()
The payment contract i.e.
|
PaymentAction |
getPaymentAction()
Get paymentAction
|
ProviderAttributes |
getProviderAttributes()
Get providerAttributes
|
String |
getSellerId()
The seller ID (also known as merchant ID).
|
SellerOrderAttributes |
getSellerOrderAttributes()
Get sellerOrderAttributes
|
int |
hashCode() |
String |
toString() |
getType, getVersionpublic static ChargeAmazonPayRequest.Builder builder()
public String getSellerId()
public String getBillingAgreementId()
public PaymentAction getPaymentAction()
public AuthorizeAttributes getAuthorizeAttributes()
public SellerOrderAttributes getSellerOrderAttributes()
public ProviderAttributes getProviderAttributes()
public boolean equals(Object o)
equals in class BaseAmazonPayEntitypublic int hashCode()
hashCode in class BaseAmazonPayEntitypublic String toString()
toString in class BaseAmazonPayEntityCopyright © 2023. All rights reserved.