| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected CustomerOrder |
PaymentData.customerOrder
The Customer order.
|
protected CustomerOrder |
ReversalRequest.customerOrderID
The Customer order id.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomerOrder> |
PaymentResponse.customerOrder
The Customer order.
|
protected List<CustomerOrder> |
CardData.customerOrder
The Customer order.
|
protected List<CustomerOrder> |
CardAcquisitionResponse.customerOrder
The Customer order.
|
| Modifier and Type | Method and Description |
|---|---|
CustomerOrder |
ObjectFactory.createCustomerOrder()
Create an instance of
CustomerOrder |
CustomerOrder |
PaymentData.getCustomerOrder()
Gets the value of the customerOrder property.
|
CustomerOrder |
ReversalRequest.getCustomerOrderID()
Gets the value of the customerOrderID property.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomerOrder> |
PaymentResponse.getCustomerOrder()
Gets the value of the customerOrder property.
|
List<CustomerOrder> |
CardData.getCustomerOrder()
Gets the value of the customerOrder property.
|
List<CustomerOrder> |
CardAcquisitionResponse.getCustomerOrder()
Gets the value of the customerOrder property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentData.setCustomerOrder(CustomerOrder value)
Sets the value of the customerOrder property.
|
void |
ReversalRequest.setCustomerOrderID(CustomerOrder value)
Sets the value of the customerOrderID property.
|
Copyright © 2022. All rights reserved.