| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentInstrumentType |
TransactionTotals.paymentInstrumentType
The Payment instrument.
|
protected PaymentInstrumentType |
PaymentInstrumentData.paymentInstrumentType
The Payment instrument.
|
| Modifier and Type | Method and Description |
|---|---|
static PaymentInstrumentType |
PaymentInstrumentType.fromValue(String v)
From value payment instrument type.
|
PaymentInstrumentType |
TransactionTotals.getPaymentInstrumentType()
Gets the value of the paymentInstrumentType property.
|
PaymentInstrumentType |
PaymentInstrumentData.getPaymentInstrumentType()
Gets the value of the paymentInstrumentType property.
|
static PaymentInstrumentType |
PaymentInstrumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentInstrumentType[] |
PaymentInstrumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionTotals.setPaymentInstrumentType(PaymentInstrumentType value)
Sets the value of the paymentInstrumentType property.
|
void |
PaymentInstrumentData.setPaymentInstrumentType(PaymentInstrumentType value)
Sets the value of the paymentInstrumentType property.
|
Copyright © 2022. All rights reserved.