Class AdyenPaymentMethodsRequest
java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenPaymentMethodsRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdditionalAttribute
(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.void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Contains the additional information for the request.void
setAmount
(AdyenAmount amount) The amount of the payment.void
setCountryCode
(String countryCode) shoppers country codevoid
setMerchantAccount
(String merchantAccount) The merchant account identifier, with which you want to process the transaction.void
The order information required for partial payments.void
setShopperLocale
(String shopperLocale) The combination of a language code and a country code to specify the language to be used in the payment.void
setShopperReference
(String shopperReference) Required for recurring payments.void
Required for Adyen for Platforms integrations if you are a platform model.
-
Constructor Details
-
AdyenPaymentMethodsRequest
public AdyenPaymentMethodsRequest()
-
-
Method Details
-
addAdditionalAttribute
-
getAdditionalAttributes
-
getAmount
The amount of the payment. -
getCountryCode
shoppers country code -
getShopperLocale
The combination of a language code and a country code to specify the language to be used in the payment. -
getShopperReference
Required for recurring payments. Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. -
getOrder
The order information required for partial payments. -
getMerchantAccount
The merchant account identifier, with which you want to process the transaction. -
getStore
Required 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. -
setAmount
The amount of the payment. -
setCountryCode
shoppers country code -
setShopperLocale
The combination of a language code and a country code to specify the language to be used in the payment. -
setShopperReference
Required for recurring payments. Your reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. -
setOrder
The order information required for partial payments. -
setMerchantAccount
The merchant account identifier, with which you want to process the transaction. -
setStore
Required 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. -
setAdditionalAttributes
Contains the additional information for the request. It is used as a "fallback" handler for all unrecognized properties from JSON content.
-