Class AdyenStoredPaymentMethodsResponse
java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenStoredPaymentMethodsResponse
- All Implemented Interfaces:
Serializable
This component represents the Adyen stored payment method response.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe merchant account.The reference to uniquely identify this shopper, for example user ID or account ID.List of all stored payment methods.void
setMerchantAccount
(String merchantAccount) The merchant account.void
setShopperReference
(String shopperReference) The reference to uniquely identify this shopper, for example user ID or account ID.void
setStoredPaymentMethods
(List<AdyenStoredPaymentMethod> storedPaymentMethods) List of all stored payment methods.
-
Constructor Details
-
AdyenStoredPaymentMethodsResponse
public AdyenStoredPaymentMethodsResponse()
-
-
Method Details
-
setMerchantAccount
The merchant account. -
setShopperReference
The reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. -
setStoredPaymentMethods
List of all stored payment methods. -
getMerchantAccount
The merchant account. -
getShopperReference
The reference to uniquely identify this shopper, for example user ID or account ID. Minimum length: 3 characters. -
getStoredPaymentMethods
List of all stored payment methods.
-