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