Class AdyenPaymentMethodsRequest

java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenPaymentMethodsRequest
All Implemented Interfaces:
Serializable

public class AdyenPaymentMethodsRequest extends Object implements Serializable
See Also:
  • Constructor Details

    • AdyenPaymentMethodsRequest

      public AdyenPaymentMethodsRequest()
  • Method Details

    • addAdditionalAttribute

      public void addAdditionalAttribute(String name, Object value)
    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
    • getAmount

      public AdyenAmount getAmount()
      The amount of the payment.
    • getCountryCode

      public String getCountryCode()
      shoppers country code
    • getShopperLocale

      public String getShopperLocale()
      The combination of a language code and a country code to specify the language to be used in the payment.
    • getShopperReference

      public String 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

      public String getMerchantAccount()
      The merchant account identifier, with which you want to process the transaction.
    • getStore

      public String 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

      public void setAmount(AdyenAmount amount)
      The amount of the payment.
    • setCountryCode

      public void setCountryCode(String countryCode)
      shoppers country code
    • setShopperLocale

      public void setShopperLocale(String shopperLocale)
      The combination of a language code and a country code to specify the language to be used in the payment.
    • setShopperReference

      public void setShopperReference(String shopperReference)
      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

      public void setMerchantAccount(String merchantAccount)
      The merchant account identifier, with which you want to process the transaction.
    • setStore

      public void setStore(String store)
      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

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
      Contains the additional information for the request. It is used as a "fallback" handler for all unrecognized properties from JSON content.