| Package | Description |
|---|---|
| cz.gopay.api.v3.model.common | |
| cz.gopay.api.v3.model.payment |
| Modifier and Type | Method and Description |
|---|---|
static Currency |
Currency.getByCode(String code) |
static Currency |
Currency.getByNumericalCode(Integer code) |
static Currency |
Currency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Currency[] |
Currency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Currency |
AbstractPaymentBuilder.currency |
| Modifier and Type | Method and Description |
|---|---|
Currency |
NextPayment.getCurrency() |
Currency |
Payment.getCurrency() |
Currency |
BasePayment.getCurrency() |
| Modifier and Type | Method and Description |
|---|---|
U |
AbstractPaymentBuilder.order(String orderNumber,
Long amount,
Currency currency,
String orderDescription) |
void |
NextPayment.setCurrency(Currency currency) |
void |
Payment.setCurrency(Currency currency) |
void |
BasePayment.setCurrency(Currency currency) |
Payment |
Payment.withPrice(Long amount,
Currency currency) |
Copyright © 2016. All rights reserved.