| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.id(String id) |
Item |
Item.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
InputDetail.getItems()
In case of a select, the items to choose from.
|
List<Item> |
SubInputDetail.getItems()
In case of a select, the items to choose from.
|
| Modifier and Type | Method and Description |
|---|---|
InputDetail |
InputDetail.addItemsItem(Item itemsItem) |
SubInputDetail |
SubInputDetail.addItemsItem(Item itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
InputDetail |
InputDetail.items(List<Item> items) |
SubInputDetail |
SubInputDetail.items(List<Item> items) |
void |
InputDetail.setItems(List<Item> items) |
void |
SubInputDetail.setItems(List<Item> items) |
Copyright © 2022. All rights reserved.