| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomerOrderReqType> |
LoginRequest.customerOrderReq
The Customer order req.
|
protected List<CustomerOrderReqType> |
SaleData.customerOrderReq
The Customer order req.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomerOrderReqType |
CustomerOrderReqType.fromValue(String v)
From value customer order req type.
|
static CustomerOrderReqType |
CustomerOrderReqType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerOrderReqType[] |
CustomerOrderReqType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomerOrderReqType> |
LoginRequest.getCustomerOrderReq()
Gets the value of the customerOrderReq property.
|
List<CustomerOrderReqType> |
SaleData.getCustomerOrderReq()
Gets the value of the customerOrderReq property.
|
Copyright © 2022. All rights reserved.