| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethod |
PaymentMethod.addBrandsItem(String brandsItem) |
PaymentMethod |
PaymentMethod.addInputDetailsItem(InputDetail inputDetailsItem) |
PaymentMethod |
PaymentMethod.addIssuersItem(PaymentMethodIssuer issuersItem) |
PaymentMethod |
PaymentMethod.brand(String brand) |
PaymentMethod |
PaymentMethod.brands(List<String> brands) |
PaymentMethod |
PaymentMethod.configuration(Map<String,String> configuration) |
PaymentMethod |
PaymentMethod.group(PaymentMethodGroup group) |
PaymentMethod |
PaymentMethod.inputDetails(List<InputDetail> inputDetails) |
PaymentMethod |
PaymentMethod.issuers(List<PaymentMethodIssuer> issuers) |
PaymentMethod |
PaymentMethod.name(String name) |
PaymentMethod |
PaymentMethod.putConfigurationItem(String key,
String configurationItem) |
PaymentMethod |
PaymentMethod.supportsRecurring(Boolean supportsRecurring) |
PaymentMethod |
PaymentMethod.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentMethod> |
PaymentMethodsResponse.getPaymentMethods()
Detailed list of payment methods required to generate payment forms.
|
List<PaymentMethod> |
PaymentSessionResponse.getPaymentMethods()
The detailed list of payment methods required to generate payment forms.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodsResponse |
PaymentMethodsResponse.addPaymentMethodsItem(PaymentMethod paymentMethodsItem) |
PaymentSessionResponse |
PaymentSessionResponse.addPaymentMethodsItem(PaymentMethod paymentMethodsItem) |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodsResponse |
PaymentMethodsResponse.paymentMethods(List<PaymentMethod> paymentMethods) |
PaymentSessionResponse |
PaymentSessionResponse.paymentMethods(List<PaymentMethod> paymentMethods) |
void |
PaymentMethodsResponse.setPaymentMethods(List<PaymentMethod> paymentMethods) |
void |
PaymentSessionResponse.setPaymentMethods(List<PaymentMethod> paymentMethods) |
Copyright © 2022. All rights reserved.