public final class SetupAmazonPayRequest extends BaseAmazonPayEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
SetupAmazonPayRequest.Builder |
type, version| Modifier and Type | Method and Description |
|---|---|
static SetupAmazonPayRequest.Builder |
builder() |
boolean |
equals(Object o) |
BillingAgreementAttributes |
getBillingAgreementAttributes()
Get billingAgreementAttributes
|
String |
getCheckoutLanguage()
The merchant's preferred language for checkout.
|
String |
getCountryOfEstablishment()
The country in which the merchant has registered, as an Amazon Payments legal entity.
|
String |
getLedgerCurrency()
The currency of the merchant’s ledger account.
|
Boolean |
getNeedAmazonShippingAddress()
To receive the default user shipping address in the response, set this parameter to true.
|
String |
getSandboxCustomerEmailId()
Use this parameter to create a Sandbox payment object.
|
Boolean |
getSandboxMode()
To test in Sandbox mode, set this parameter to true.
|
String |
getSellerId()
The seller ID (also known as merchant ID).
|
int |
hashCode() |
String |
toString() |
getType, getVersionpublic static SetupAmazonPayRequest.Builder builder()
public String getSellerId()
public String getCountryOfEstablishment()
public String getLedgerCurrency()
public String getCheckoutLanguage()
public BillingAgreementAttributes getBillingAgreementAttributes()
public Boolean getNeedAmazonShippingAddress()
public Boolean getSandboxMode()
public String getSandboxCustomerEmailId()
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.