Package com.adyen.model.checkout
Class PaymentMethodsResponse
- java.lang.Object
-
- com.adyen.model.checkout.PaymentMethodsResponse
-
public class PaymentMethodsResponse extends Object
PaymentMethodsResponse
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodsResponse()
-
Method Summary
-
-
-
Method Detail
-
groups
public PaymentMethodsResponse groups(List<PaymentMethodsGroup> groups)
-
addGroupsItem
public PaymentMethodsResponse addGroupsItem(PaymentMethodsGroup groupsItem)
-
getGroups
public List<PaymentMethodsGroup> getGroups()
Groups of payment methods.- Returns:
- groups
-
setGroups
public void setGroups(List<PaymentMethodsGroup> groups)
-
oneClickPaymentMethods
public PaymentMethodsResponse oneClickPaymentMethods(List<RecurringDetail> oneClickPaymentMethods)
-
addOneClickPaymentMethodsItem
public PaymentMethodsResponse addOneClickPaymentMethodsItem(RecurringDetail oneClickPaymentMethodsItem)
-
getOneClickPaymentMethods
public List<RecurringDetail> getOneClickPaymentMethods()
Detailed list of one-click payment methods.- Returns:
- oneClickPaymentMethods
-
setOneClickPaymentMethods
public void setOneClickPaymentMethods(List<RecurringDetail> oneClickPaymentMethods)
-
paymentMethods
public PaymentMethodsResponse paymentMethods(List<PaymentMethod> paymentMethods)
-
addPaymentMethodsItem
public PaymentMethodsResponse addPaymentMethodsItem(PaymentMethod paymentMethodsItem)
-
getPaymentMethods
public List<PaymentMethod> getPaymentMethods()
Detailed list of payment methods required to generate payment forms.- Returns:
- paymentMethods
-
setPaymentMethods
public void setPaymentMethods(List<PaymentMethod> paymentMethods)
-
storedPaymentMethods
public PaymentMethodsResponse storedPaymentMethods(List<StoredPaymentMethod> storedPaymentMethods)
-
addStoredPaymentMethodsItem
public PaymentMethodsResponse addStoredPaymentMethodsItem(StoredPaymentMethod storedPaymentMethodsItem)
-
getStoredPaymentMethods
public List<StoredPaymentMethod> getStoredPaymentMethods()
List of all stored payment methods.- Returns:
- storedPaymentMethods
-
setStoredPaymentMethods
public void setStoredPaymentMethods(List<StoredPaymentMethod> storedPaymentMethods)
-
storingMethods
public PaymentMethodsResponse storingMethods(List<TokenConnectStoringMethod> storingMethods)
-
addStoringMethodsItem
public PaymentMethodsResponse addStoringMethodsItem(TokenConnectStoringMethod storingMethodsItem)
-
getStoringMethods
public List<TokenConnectStoringMethod> getStoringMethods()
List of all storing methods.- Returns:
- storingMethods
-
setStoringMethods
public void setStoringMethods(List<TokenConnectStoringMethod> storingMethods)
-
-