Class AdyenPaymentMethodsRequest
java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenPaymentMethodsRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
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.
-