| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
InputDetail |
InputDetail.addDetailsItem(SubInputDetail detailsItem) |
InputDetail |
InputDetail.addItemsItem(Item itemsItem) |
InputDetail |
InputDetail.configuration(Map<String,String> configuration) |
InputDetail |
InputDetail.details(List<SubInputDetail> details) |
InputDetail |
InputDetail.items(List<Item> items) |
InputDetail |
InputDetail.itemSearchUrl(String itemSearchUrl) |
InputDetail |
InputDetail.key(String key) |
InputDetail |
InputDetail.optional(Boolean optional) |
InputDetail |
InputDetail.putConfigurationItem(String key,
String configurationItem) |
InputDetail |
InputDetail.type(String type) |
InputDetail |
InputDetail.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<InputDetail> |
RecurringDetail.getDetails()
All input details to be provided to complete the payment with this payment method.
|
List<InputDetail> |
PaymentsResponse.getDetails()
When non-empty, contains all the fields that you must submit to the `/payments/details` endpoint.
|
List<InputDetail> |
PaymentMethod.getDetails()
All input details to be provided to complete the payment with this payment method.
|
| Modifier and Type | Method and Description |
|---|---|
RecurringDetail |
RecurringDetail.addDetailsItem(InputDetail detailsItem) |
PaymentsResponse |
PaymentsResponse.addDetailsItem(InputDetail detailsItem) |
PaymentMethod |
PaymentMethod.addDetailsItem(InputDetail detailsItem) |
| Modifier and Type | Method and Description |
|---|---|
RecurringDetail |
RecurringDetail.details(List<InputDetail> details) |
PaymentsResponse |
PaymentsResponse.details(List<InputDetail> details) |
PaymentMethod |
PaymentMethod.details(List<InputDetail> details) |
void |
RecurringDetail.setDetails(List<InputDetail> details) |
void |
PaymentsResponse.setDetails(List<InputDetail> details) |
void |
PaymentMethod.setDetails(List<InputDetail> details) |
Copyright © 2019. All rights reserved.