| Package | Description |
|---|---|
| cz.gopay.api.v3.model.payment | |
| cz.gopay.api.v3.model.payment.support |
| Modifier and Type | Method and Description |
|---|---|
PaymentInstrument |
Payment.getPaymentInstrument() |
| Modifier and Type | Method and Description |
|---|---|
Payment |
Payment.chosenPaymentInstrument(PaymentInstrument paymentInstrument) |
void |
Payment.setPaymentInstrument(PaymentInstrument paymentInstrument) |
BasePaymentBuilder |
BasePaymentBuilder.withDefaultPaymentInstrument(PaymentInstrument paymentInstrument) |
BasePaymentBuilder |
BasePaymentBuilder.withPaymentInstrument(PaymentInstrument paymentInstrument) |
| Modifier and Type | Method and Description |
|---|---|
PaymentInstrument |
Payer.getDefaultPaymentInstrument() |
PaymentInstrument |
Payer.getPaymentInstrument() |
static PaymentInstrument |
PaymentInstrument.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentInstrument[] |
PaymentInstrument.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<PaymentInstrument> |
Payer.getAllowedPaymentInstruments() |
| Modifier and Type | Method and Description |
|---|---|
PayerBuilder |
PayerBuilder.addAllowedPaymentMethod(PaymentInstrument allowedInstrument) |
void |
Payer.setDefaultPaymentInstrument(PaymentInstrument defaultPaymentInstrument) |
void |
Payer.setPaymentInstrument(PaymentInstrument paymentInstrument) |
PayerBuilder |
PayerBuilder.withDefaultPaymentInstrument(PaymentInstrument defaultPaymentInstrument) |
PayerBuilder |
PayerBuilder.withPaymentInstrument(PaymentInstrument paymentInstrument) |
| Modifier and Type | Method and Description |
|---|---|
void |
Payer.setAllowedPaymentInstruments(List<PaymentInstrument> allowedPaymentInstruments) |
PayerBuilder |
PayerBuilder.withAllowedPaymentInstruments(List<PaymentInstrument> allowedInstruments) |
Copyright © 2016. All rights reserved.