Class AdyenStoredPaymentMethodsResponse

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

public class AdyenStoredPaymentMethodsResponse extends Object implements Serializable
This component represents the Adyen stored payment method response.
See Also:
  • Constructor Details

    • AdyenStoredPaymentMethodsResponse

      public AdyenStoredPaymentMethodsResponse()
  • Method Details

    • setMerchantAccount

      public void setMerchantAccount(String merchantAccount)
      The merchant account.
    • setShopperReference

      public void setShopperReference(String shopperReference)
      The reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.
    • setStoredPaymentMethods

      public void setStoredPaymentMethods(List<AdyenStoredPaymentMethod> storedPaymentMethods)
      List of all stored payment methods.
    • getMerchantAccount

      public String getMerchantAccount()
      The merchant account.
    • getShopperReference

      public String getShopperReference()
      The reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters.
    • getStoredPaymentMethods

      public List<AdyenStoredPaymentMethod> getStoredPaymentMethods()
      List of all stored payment methods.