| Package | Description |
|---|---|
| cz.gopay.api.v3.model.payment | |
| cz.gopay.api.v3.model.payment.support |
| Modifier and Type | Field and Description |
|---|---|
protected List<OrderItem> |
AbstractPaymentBuilder.items |
| Modifier and Type | Method and Description |
|---|---|
List<OrderItem> |
BasePayment.getItems() |
List<OrderItem> |
NextPayment.getItems() |
List<OrderItem> |
RefundPayment.getItems() |
| Modifier and Type | Method and Description |
|---|---|
U |
AbstractPaymentBuilder.addItem(OrderItem item) |
| Modifier and Type | Method and Description |
|---|---|
U |
AbstractPaymentBuilder.addItems(Collection<OrderItem> items) |
void |
BasePayment.setItems(List<OrderItem> items) |
void |
NextPayment.setItems(List<OrderItem> items) |
void |
RefundPayment.setItems(List<OrderItem> items) |
| Modifier and Type | Method and Description |
|---|---|
static OrderItem |
OrderItem.of(String name,
Long amount,
Long count) |
static OrderItem |
OrderItem.of(String name,
Long amount,
Long count,
Integer vatRate,
ItemType type,
String ean,
String url) |
Copyright © 2017. All rights reserved.