public class CreateCheckoutSessionResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateCheckoutSessionResponse.ChannelEnum
The platform where a payment transaction takes place.
|
static class |
CreateCheckoutSessionResponse.RecurringProcessingModelEnum
Defines a recurring payment type.
|
static class |
CreateCheckoutSessionResponse.ShopperInteractionEnum
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
| Constructor and Description |
|---|
CreateCheckoutSessionResponse() |
| Modifier and Type | Method and Description |
|---|---|
CreateCheckoutSessionResponse |
accountInfo(AccountInfo accountInfo) |
CreateCheckoutSessionResponse |
addAllowedPaymentMethodsItem(String allowedPaymentMethodsItem) |
CreateCheckoutSessionResponse |
addBlockedPaymentMethodsItem(String blockedPaymentMethodsItem) |
CreateCheckoutSessionResponse |
additionalAmount(Amount additionalAmount) |
CreateCheckoutSessionResponse |
additionalData(Map<String,String> additionalData) |
CreateCheckoutSessionResponse |
addLineItemsItem(LineItem lineItemsItem) |
CreateCheckoutSessionResponse |
addSplitsItem(Split splitsItem) |
CreateCheckoutSessionResponse |
allowedPaymentMethods(List<String> allowedPaymentMethods) |
CreateCheckoutSessionResponse |
amount(Amount amount) |
CreateCheckoutSessionResponse |
applicationInfo(ApplicationInfo applicationInfo) |
CreateCheckoutSessionResponse |
billingAddress(Address billingAddress) |
CreateCheckoutSessionResponse |
blockedPaymentMethods(List<String> blockedPaymentMethods) |
CreateCheckoutSessionResponse |
captureDelayHours(Integer captureDelayHours) |
CreateCheckoutSessionResponse |
channel(CreateCheckoutSessionResponse.ChannelEnum channel) |
CreateCheckoutSessionResponse |
company(Company company) |
CreateCheckoutSessionResponse |
countryCode(String countryCode) |
CreateCheckoutSessionResponse |
dateOfBirth(String dateOfBirth) |
CreateCheckoutSessionResponse |
deliveryAddress(Address deliveryAddress) |
CreateCheckoutSessionResponse |
enableOneClick(Boolean enableOneClick) |
CreateCheckoutSessionResponse |
enablePayOut(Boolean enablePayOut) |
CreateCheckoutSessionResponse |
enableRecurring(Boolean enableRecurring) |
boolean |
equals(Object o) |
CreateCheckoutSessionResponse |
expiresAt(String expiresAt) |
AccountInfo |
getAccountInfo()
Get accountInfo
|
Amount |
getAdditionalAmount()
Get additionalAmount
|
Map<String,String> |
getAdditionalData()
This field contains additional data, which may be required for a particular payment request.
|
List<String> |
getAllowedPaymentMethods()
List of payment methods to be presented to the shopper.
|
Amount |
getAmount()
Get amount
|
ApplicationInfo |
getApplicationInfo()
Get applicationInfo
|
Address |
getBillingAddress()
Get billingAddress
|
List<String> |
getBlockedPaymentMethods()
List of payment methods to be hidden from the shopper.
|
Integer |
getCaptureDelayHours()
The delay between the authorisation and scheduled auto-capture, specified in hours.
|
CreateCheckoutSessionResponse.ChannelEnum |
getChannel()
The platform where a payment transaction takes place.
|
Company |
getCompany()
Get company
|
String |
getCountryCode()
The shopper's two-letter country code.
|
String |
getDateOfBirth()
The shopper's date of birth.
|
Address |
getDeliveryAddress()
Get deliveryAddress
|
Boolean |
getEnableOneClick()
When true and `shopperReference` is provided, the shopper will be asked if the payment details should be stored for future one-click payments.
|
Boolean |
getEnablePayOut()
When true and `shopperReference` is provided, the payment details will be tokenized for payouts.
|
Boolean |
getEnableRecurring()
When true and `shopperReference` is provided, the payment details will be tokenized for recurring payments.
|
String |
getExpiresAt()
The date the session expires in ISO8601 format.
|
String |
getId()
A unique identifier of the session.
|
List<LineItem> |
getLineItems()
Price and product information about the purchased items, to be included on the invoice sent to the shopper.
|
Mandate |
getMandate()
Get mandate
|
String |
getMcc()
The [merchant category code](https://en.wikipedia.org/wiki/Merchant_category_code) (MCC) is a four-digit number, which relates to a particular market segment.
|
String |
getMerchantAccount()
The merchant account identifier, with which you want to process the transaction.
|
String |
getMerchantOrderReference()
This reference allows linking multiple transactions to each other for reporting purposes (i.e.
|
Map<String,String> |
getMetadata()
Metadata consists of entries, each of which includes a key and a value.
|
ThreeDSecureData |
getMpiData()
Get mpiData
|
String |
getRecurringExpiry()
Date after which no further authorisations shall be performed.
|
String |
getRecurringFrequency()
Minimum number of days between authorisations.
|
CreateCheckoutSessionResponse.RecurringProcessingModelEnum |
getRecurringProcessingModel()
Defines a recurring payment type.
|
String |
getRedirectFromIssuerMethod()
Specifies the redirect method (GET or POST) when redirecting back from the issuer.
|
String |
getRedirectToIssuerMethod()
Specifies the redirect method (GET or POST) when redirecting to the issuer.
|
String |
getReference()
The reference to uniquely identify a payment.
|
String |
getReturnUrl()
The URL to return to when a redirect payment is completed.
|
RiskData |
getRiskData()
Get riskData
|
String |
getSessionData()
Get sessionData
|
String |
getShopperEmail()
The shopper's email address.
|
CreateCheckoutSessionResponse.ShopperInteractionEnum |
getShopperInteraction()
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
String |
getShopperIP()
The shopper's IP address.
|
String |
getShopperLocale()
The combination of a language code and a country code to specify the language to be used in the payment.
|
Name |
getShopperName()
Get shopperName
|
String |
getShopperReference()
Your reference to uniquely identify this shopper, for example user ID or account ID.
|
String |
getShopperStatement()
The text to be shown on the shopper's bank statement.
|
String |
getSocialSecurityNumber()
The shopper's social security number.
|
Boolean |
getSplitCardFundingSources()
Boolean value indicating whether the card payment method should be split into separate debit and credit options.
|
List<Split> |
getSplits()
An array of objects specifying how the payment should be split when using [Adyen for Platforms](https://docs.adyen.com/platforms/processing-payments#providing-split-information) or [Issuing](https://docs.adyen.com/issuing/manage-funds#split).
|
Boolean |
getStorePaymentMethod()
When this is set to **true** and the `shopperReference` is provided, the payment details will be stored.
|
String |
getTelephoneNumber()
The shopper's telephone number.
|
Boolean |
getThreeDSAuthenticationOnly()
If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/online-payments/3d-secure/other-3ds-flows/authentication-only), and not the payment authorisation.
|
Boolean |
getTrustedShopper()
Set to true if the payment should be routed to a trusted MID.
|
int |
hashCode() |
CreateCheckoutSessionResponse |
lineItems(List<LineItem> lineItems) |
CreateCheckoutSessionResponse |
mandate(Mandate mandate) |
CreateCheckoutSessionResponse |
mcc(String mcc) |
CreateCheckoutSessionResponse |
merchantAccount(String merchantAccount) |
CreateCheckoutSessionResponse |
merchantOrderReference(String merchantOrderReference) |
CreateCheckoutSessionResponse |
metadata(Map<String,String> metadata) |
CreateCheckoutSessionResponse |
mpiData(ThreeDSecureData mpiData) |
CreateCheckoutSessionResponse |
putAdditionalDataItem(String key,
String additionalDataItem) |
CreateCheckoutSessionResponse |
putMetadataItem(String key,
String metadataItem) |
CreateCheckoutSessionResponse |
recurringExpiry(String recurringExpiry) |
CreateCheckoutSessionResponse |
recurringFrequency(String recurringFrequency) |
CreateCheckoutSessionResponse |
recurringProcessingModel(CreateCheckoutSessionResponse.RecurringProcessingModelEnum recurringProcessingModel) |
CreateCheckoutSessionResponse |
redirectFromIssuerMethod(String redirectFromIssuerMethod) |
CreateCheckoutSessionResponse |
redirectToIssuerMethod(String redirectToIssuerMethod) |
CreateCheckoutSessionResponse |
reference(String reference) |
CreateCheckoutSessionResponse |
returnUrl(String returnUrl) |
CreateCheckoutSessionResponse |
riskData(RiskData riskData) |
CreateCheckoutSessionResponse |
sessionData(String sessionData) |
void |
setAccountInfo(AccountInfo accountInfo) |
void |
setAdditionalAmount(Amount additionalAmount) |
void |
setAdditionalData(Map<String,String> additionalData) |
void |
setAllowedPaymentMethods(List<String> allowedPaymentMethods) |
void |
setAmount(Amount amount) |
void |
setApplicationInfo(ApplicationInfo applicationInfo) |
void |
setBillingAddress(Address billingAddress) |
void |
setBlockedPaymentMethods(List<String> blockedPaymentMethods) |
void |
setCaptureDelayHours(Integer captureDelayHours) |
void |
setChannel(CreateCheckoutSessionResponse.ChannelEnum channel) |
void |
setCompany(Company company) |
void |
setCountryCode(String countryCode) |
void |
setDateOfBirth(String dateOfBirth) |
void |
setDeliveryAddress(Address deliveryAddress) |
void |
setEnableOneClick(Boolean enableOneClick) |
void |
setEnablePayOut(Boolean enablePayOut) |
void |
setEnableRecurring(Boolean enableRecurring) |
void |
setExpiresAt(String expiresAt) |
void |
setLineItems(List<LineItem> lineItems) |
void |
setMandate(Mandate mandate) |
void |
setMcc(String mcc) |
void |
setMerchantAccount(String merchantAccount) |
void |
setMerchantOrderReference(String merchantOrderReference) |
void |
setMetadata(Map<String,String> metadata) |
void |
setMpiData(ThreeDSecureData mpiData) |
void |
setRecurringExpiry(String recurringExpiry) |
void |
setRecurringFrequency(String recurringFrequency) |
void |
setRecurringProcessingModel(CreateCheckoutSessionResponse.RecurringProcessingModelEnum recurringProcessingModel) |
void |
setRedirectFromIssuerMethod(String redirectFromIssuerMethod) |
void |
setRedirectToIssuerMethod(String redirectToIssuerMethod) |
void |
setReference(String reference) |
void |
setReturnUrl(String returnUrl) |
void |
setRiskData(RiskData riskData) |
void |
setSessionData(String sessionData) |
void |
setShopperEmail(String shopperEmail) |
void |
setShopperInteraction(CreateCheckoutSessionResponse.ShopperInteractionEnum shopperInteraction) |
void |
setShopperIP(String shopperIP) |
void |
setShopperLocale(String shopperLocale) |
void |
setShopperName(Name shopperName) |
void |
setShopperReference(String shopperReference) |
void |
setShopperStatement(String shopperStatement) |
void |
setSocialSecurityNumber(String socialSecurityNumber) |
void |
setSplitCardFundingSources(Boolean splitCardFundingSources) |
void |
setSplits(List<Split> splits) |
void |
setStorePaymentMethod(Boolean storePaymentMethod) |
void |
setTelephoneNumber(String telephoneNumber) |
void |
setThreeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly) |
void |
setTrustedShopper(Boolean trustedShopper) |
CreateCheckoutSessionResponse |
shopperEmail(String shopperEmail) |
CreateCheckoutSessionResponse |
shopperInteraction(CreateCheckoutSessionResponse.ShopperInteractionEnum shopperInteraction) |
CreateCheckoutSessionResponse |
shopperIP(String shopperIP) |
CreateCheckoutSessionResponse |
shopperLocale(String shopperLocale) |
CreateCheckoutSessionResponse |
shopperName(Name shopperName) |
CreateCheckoutSessionResponse |
shopperReference(String shopperReference) |
CreateCheckoutSessionResponse |
shopperStatement(String shopperStatement) |
CreateCheckoutSessionResponse |
socialSecurityNumber(String socialSecurityNumber) |
CreateCheckoutSessionResponse |
splitCardFundingSources(Boolean splitCardFundingSources) |
CreateCheckoutSessionResponse |
splits(List<Split> splits) |
CreateCheckoutSessionResponse |
storePaymentMethod(Boolean storePaymentMethod) |
CreateCheckoutSessionResponse |
telephoneNumber(String telephoneNumber) |
CreateCheckoutSessionResponse |
threeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly) |
String |
toString() |
CreateCheckoutSessionResponse |
trustedShopper(Boolean trustedShopper) |
public static final String SERIALIZED_NAME_ACCOUNT_INFO
public static final String SERIALIZED_NAME_ADDITIONAL_AMOUNT
public static final String SERIALIZED_NAME_ADDITIONAL_DATA
public static final String SERIALIZED_NAME_ALLOWED_PAYMENT_METHODS
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_APPLICATION_INFO
public static final String SERIALIZED_NAME_BILLING_ADDRESS
public static final String SERIALIZED_NAME_BLOCKED_PAYMENT_METHODS
public static final String SERIALIZED_NAME_CAPTURE_DELAY_HOURS
public static final String SERIALIZED_NAME_CHANNEL
public static final String SERIALIZED_NAME_COMPANY
public static final String SERIALIZED_NAME_COUNTRY_CODE
public static final String SERIALIZED_NAME_DATE_OF_BIRTH
public static final String SERIALIZED_NAME_DELIVERY_ADDRESS
public static final String SERIALIZED_NAME_ENABLE_ONE_CLICK
public static final String SERIALIZED_NAME_ENABLE_PAY_OUT
public static final String SERIALIZED_NAME_ENABLE_RECURRING
public static final String SERIALIZED_NAME_EXPIRES_AT
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_LINE_ITEMS
public static final String SERIALIZED_NAME_MANDATE
public static final String SERIALIZED_NAME_MCC
public static final String SERIALIZED_NAME_MERCHANT_ACCOUNT
public static final String SERIALIZED_NAME_MERCHANT_ORDER_REFERENCE
public static final String SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_MPI_DATA
public static final String SERIALIZED_NAME_RECURRING_EXPIRY
public static final String SERIALIZED_NAME_RECURRING_FREQUENCY
public static final String SERIALIZED_NAME_RECURRING_PROCESSING_MODEL
public static final String SERIALIZED_NAME_REDIRECT_FROM_ISSUER_METHOD
public static final String SERIALIZED_NAME_REDIRECT_TO_ISSUER_METHOD
public static final String SERIALIZED_NAME_REFERENCE
public static final String SERIALIZED_NAME_RETURN_URL
public static final String SERIALIZED_NAME_RISK_DATA
public static final String SERIALIZED_NAME_SESSION_DATA
public static final String SERIALIZED_NAME_SHOPPER_EMAIL
public static final String SERIALIZED_NAME_SHOPPER_I_P
public static final String SERIALIZED_NAME_SHOPPER_INTERACTION
public static final String SERIALIZED_NAME_SHOPPER_LOCALE
public static final String SERIALIZED_NAME_SHOPPER_NAME
public static final String SERIALIZED_NAME_SHOPPER_REFERENCE
public static final String SERIALIZED_NAME_SHOPPER_STATEMENT
public static final String SERIALIZED_NAME_SOCIAL_SECURITY_NUMBER
public static final String SERIALIZED_NAME_SPLIT_CARD_FUNDING_SOURCES
public static final String SERIALIZED_NAME_SPLITS
public static final String SERIALIZED_NAME_STORE_PAYMENT_METHOD
public static final String SERIALIZED_NAME_TELEPHONE_NUMBER
public static final String SERIALIZED_NAME_THREE_D_S_AUTHENTICATION_ONLY
public static final String SERIALIZED_NAME_TRUSTED_SHOPPER
public CreateCheckoutSessionResponse accountInfo(AccountInfo accountInfo)
public AccountInfo getAccountInfo()
public void setAccountInfo(AccountInfo accountInfo)
public CreateCheckoutSessionResponse additionalAmount(Amount additionalAmount)
public Amount getAdditionalAmount()
public void setAdditionalAmount(Amount additionalAmount)
public CreateCheckoutSessionResponse additionalData(Map<String,String> additionalData)
public CreateCheckoutSessionResponse putAdditionalDataItem(String key, String additionalDataItem)
public Map<String,String> getAdditionalData()
public CreateCheckoutSessionResponse allowedPaymentMethods(List<String> allowedPaymentMethods)
public CreateCheckoutSessionResponse addAllowedPaymentMethodsItem(String allowedPaymentMethodsItem)
public List<String> getAllowedPaymentMethods()
public CreateCheckoutSessionResponse amount(Amount amount)
public Amount getAmount()
public void setAmount(Amount amount)
public CreateCheckoutSessionResponse applicationInfo(ApplicationInfo applicationInfo)
public ApplicationInfo getApplicationInfo()
public void setApplicationInfo(ApplicationInfo applicationInfo)
public CreateCheckoutSessionResponse billingAddress(Address billingAddress)
public Address getBillingAddress()
public void setBillingAddress(Address billingAddress)
public CreateCheckoutSessionResponse blockedPaymentMethods(List<String> blockedPaymentMethods)
public CreateCheckoutSessionResponse addBlockedPaymentMethodsItem(String blockedPaymentMethodsItem)
public List<String> getBlockedPaymentMethods()
public CreateCheckoutSessionResponse captureDelayHours(Integer captureDelayHours)
public Integer getCaptureDelayHours()
public void setCaptureDelayHours(Integer captureDelayHours)
public CreateCheckoutSessionResponse channel(CreateCheckoutSessionResponse.ChannelEnum channel)
public CreateCheckoutSessionResponse.ChannelEnum getChannel()
public void setChannel(CreateCheckoutSessionResponse.ChannelEnum channel)
public CreateCheckoutSessionResponse company(Company company)
public Company getCompany()
public void setCompany(Company company)
public CreateCheckoutSessionResponse countryCode(String countryCode)
public String getCountryCode()
public void setCountryCode(String countryCode)
public CreateCheckoutSessionResponse dateOfBirth(String dateOfBirth)
public String getDateOfBirth()
public void setDateOfBirth(String dateOfBirth)
public CreateCheckoutSessionResponse deliveryAddress(Address deliveryAddress)
public Address getDeliveryAddress()
public void setDeliveryAddress(Address deliveryAddress)
public CreateCheckoutSessionResponse enableOneClick(Boolean enableOneClick)
public Boolean getEnableOneClick()
public void setEnableOneClick(Boolean enableOneClick)
public CreateCheckoutSessionResponse enablePayOut(Boolean enablePayOut)
public Boolean getEnablePayOut()
public void setEnablePayOut(Boolean enablePayOut)
public CreateCheckoutSessionResponse enableRecurring(Boolean enableRecurring)
public Boolean getEnableRecurring()
public void setEnableRecurring(Boolean enableRecurring)
public CreateCheckoutSessionResponse expiresAt(String expiresAt)
public String getExpiresAt()
public void setExpiresAt(String expiresAt)
public String getId()
public CreateCheckoutSessionResponse lineItems(List<LineItem> lineItems)
public CreateCheckoutSessionResponse addLineItemsItem(LineItem lineItemsItem)
public List<LineItem> getLineItems()
public CreateCheckoutSessionResponse mandate(Mandate mandate)
public Mandate getMandate()
public void setMandate(Mandate mandate)
public CreateCheckoutSessionResponse mcc(String mcc)
public String getMcc()
public void setMcc(String mcc)
public CreateCheckoutSessionResponse merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public CreateCheckoutSessionResponse merchantOrderReference(String merchantOrderReference)
public String getMerchantOrderReference()
public void setMerchantOrderReference(String merchantOrderReference)
public CreateCheckoutSessionResponse metadata(Map<String,String> metadata)
public CreateCheckoutSessionResponse putMetadataItem(String key, String metadataItem)
public Map<String,String> getMetadata()
public CreateCheckoutSessionResponse mpiData(ThreeDSecureData mpiData)
public ThreeDSecureData getMpiData()
public void setMpiData(ThreeDSecureData mpiData)
public CreateCheckoutSessionResponse recurringExpiry(String recurringExpiry)
public String getRecurringExpiry()
public void setRecurringExpiry(String recurringExpiry)
public CreateCheckoutSessionResponse recurringFrequency(String recurringFrequency)
public String getRecurringFrequency()
public void setRecurringFrequency(String recurringFrequency)
public CreateCheckoutSessionResponse recurringProcessingModel(CreateCheckoutSessionResponse.RecurringProcessingModelEnum recurringProcessingModel)
public CreateCheckoutSessionResponse.RecurringProcessingModelEnum getRecurringProcessingModel()
public void setRecurringProcessingModel(CreateCheckoutSessionResponse.RecurringProcessingModelEnum recurringProcessingModel)
public CreateCheckoutSessionResponse redirectFromIssuerMethod(String redirectFromIssuerMethod)
public String getRedirectFromIssuerMethod()
public void setRedirectFromIssuerMethod(String redirectFromIssuerMethod)
public CreateCheckoutSessionResponse redirectToIssuerMethod(String redirectToIssuerMethod)
public String getRedirectToIssuerMethod()
public void setRedirectToIssuerMethod(String redirectToIssuerMethod)
public CreateCheckoutSessionResponse reference(String reference)
public String getReference()
public void setReference(String reference)
public CreateCheckoutSessionResponse returnUrl(String returnUrl)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
public CreateCheckoutSessionResponse riskData(RiskData riskData)
public RiskData getRiskData()
public void setRiskData(RiskData riskData)
public CreateCheckoutSessionResponse sessionData(String sessionData)
public String getSessionData()
public void setSessionData(String sessionData)
public CreateCheckoutSessionResponse shopperEmail(String shopperEmail)
public String getShopperEmail()
public void setShopperEmail(String shopperEmail)
public CreateCheckoutSessionResponse shopperIP(String shopperIP)
public String getShopperIP()
public void setShopperIP(String shopperIP)
public CreateCheckoutSessionResponse shopperInteraction(CreateCheckoutSessionResponse.ShopperInteractionEnum shopperInteraction)
public CreateCheckoutSessionResponse.ShopperInteractionEnum getShopperInteraction()
public void setShopperInteraction(CreateCheckoutSessionResponse.ShopperInteractionEnum shopperInteraction)
public CreateCheckoutSessionResponse shopperLocale(String shopperLocale)
public String getShopperLocale()
public void setShopperLocale(String shopperLocale)
public CreateCheckoutSessionResponse shopperName(Name shopperName)
public Name getShopperName()
public void setShopperName(Name shopperName)
public CreateCheckoutSessionResponse shopperReference(String shopperReference)
public String getShopperReference()
public void setShopperReference(String shopperReference)
public CreateCheckoutSessionResponse shopperStatement(String shopperStatement)
public String getShopperStatement()
public void setShopperStatement(String shopperStatement)
public CreateCheckoutSessionResponse socialSecurityNumber(String socialSecurityNumber)
public String getSocialSecurityNumber()
public void setSocialSecurityNumber(String socialSecurityNumber)
public CreateCheckoutSessionResponse splitCardFundingSources(Boolean splitCardFundingSources)
public Boolean getSplitCardFundingSources()
public void setSplitCardFundingSources(Boolean splitCardFundingSources)
public CreateCheckoutSessionResponse splits(List<Split> splits)
public CreateCheckoutSessionResponse addSplitsItem(Split splitsItem)
public List<Split> getSplits()
public CreateCheckoutSessionResponse storePaymentMethod(Boolean storePaymentMethod)
public Boolean getStorePaymentMethod()
public void setStorePaymentMethod(Boolean storePaymentMethod)
public CreateCheckoutSessionResponse telephoneNumber(String telephoneNumber)
public String getTelephoneNumber()
public void setTelephoneNumber(String telephoneNumber)
public CreateCheckoutSessionResponse threeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly)
public Boolean getThreeDSAuthenticationOnly()
public void setThreeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly)
public CreateCheckoutSessionResponse trustedShopper(Boolean trustedShopper)
public Boolean getTrustedShopper()
public void setTrustedShopper(Boolean trustedShopper)
Copyright © 2022. All rights reserved.