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, getVersion
public 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 BaseAmazonPayEntity
public int hashCode()
hashCode
in class BaseAmazonPayEntity
public String toString()
toString
in class BaseAmazonPayEntity
Copyright © 2023. All rights reserved.