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