public final class SetupAmazonPay extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SetupAmazonPay.Builder |
Modifier and Type | Method and Description |
---|---|
static SetupAmazonPay.Builder |
builder() |
boolean |
equals(Object o) |
BillingAgreementAttributes |
getBillingAgreementAttributes()
Get billingAgreementAttributes
|
String |
getCheckoutLanguage()
The merchant's preferred language for checkout.
|
String |
getConsentToken()
Authorization token that contains the permissions consented to by the user.
|
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() |
public static SetupAmazonPay.Builder builder()
public String getConsentToken()
public String getSellerId()
public String getCountryOfEstablishment()
public String getLedgerCurrency()
public String getCheckoutLanguage()
public BillingAgreementAttributes getBillingAgreementAttributes()
public Boolean getNeedAmazonShippingAddress()
public Boolean getSandboxMode()
public String getSandboxCustomerEmailId()
Copyright © 2023. All rights reserved.