Class AdyenPaymentMethodsRequest
java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenPaymentMethodsRequest
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAdditionalAttribute(String name, Object value) The amount of the payment.shoppers country codeThe merchant account identifier, with which you want to process the transaction.getOrder()The order information required for partial payments.The combination of a language code and a country code to specify the language to be used in the payment.Required for recurring payments.getStore()Required for Adyen for Platforms integrations if you are a platform model.voidsetAdditionalAttributes(Map<String, Object> additionalAttributes) Contains the additional information for the request.voidsetAmount(AdyenAmount amount) The amount of the payment.voidsetCountryCode(String countryCode) shoppers country codevoidsetMerchantAccount(String merchantAccount) The merchant account identifier, with which you want to process the transaction.voidThe order information required for partial payments.voidsetShopperLocale(String shopperLocale) The combination of a language code and a country code to specify the language to be used in the payment.voidsetShopperReference(String shopperReference) Required for recurring payments.voidRequired for Adyen for Platforms integrations if you are a platform model.
- 
Constructor Details- 
AdyenPaymentMethodsRequestpublic AdyenPaymentMethodsRequest()
 
- 
- 
Method Details- 
addAdditionalAttribute
- 
getAdditionalAttributes
- 
getAmountThe amount of the payment.
- 
getCountryCodeshoppers country code
- 
getShopperLocaleThe combination of a language code and a country code to specify the language to be used in the payment.
- 
getShopperReferenceRequired for recurring payments. Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.
- 
getOrderThe order information required for partial payments.
- 
getMerchantAccountThe merchant account identifier, with which you want to process the transaction.
- 
getStoreRequired for Adyen for Platforms integrations if you are a platform model. This is your reference (on balance platform) or the storeReference (in the classic Adyen integration) for the ecommerce or point-of-sale store that is processing the payment.
- 
setAmountThe amount of the payment.
- 
setCountryCodeshoppers country code
- 
setShopperLocaleThe combination of a language code and a country code to specify the language to be used in the payment.
- 
setShopperReferenceRequired for recurring payments. Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.
- 
setOrderThe order information required for partial payments.
- 
setMerchantAccountThe merchant account identifier, with which you want to process the transaction.
- 
setStoreRequired for Adyen for Platforms integrations if you are a platform model. This is your reference (on balance platform) or the storeReference (in the classic Adyen integration) for the ecommerce or point-of-sale store that is processing the payment.
- 
setAdditionalAttributesContains the additional information for the request. It is used as a "fallback" handler for all unrecognized properties from JSON content.
 
-