| Package | Description |
|---|---|
| cz.gopay.api.v3.model.payment | |
| cz.gopay.api.v3.model.payment.support |
| Modifier and Type | Method and Description |
|---|---|
U |
AbstractPaymentBuilder.addItem(String name,
Long amount,
Long count,
Integer vatRate,
ItemType type,
String ean,
String url) |
| Modifier and Type | Method and Description |
|---|---|
ItemType |
OrderItem.getItemType() |
static ItemType |
ItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemType[] |
ItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OrderItem |
OrderItem.of(String name,
Long amount,
Long count,
Integer vatRate,
ItemType type,
String ean,
String url) |
void |
OrderItem.setItemType(ItemType itemType) |
Copyright © 2017. All rights reserved.