Uses of Class
com.adyen.model.nexo.CustomerOrder
-
Packages that use CustomerOrder Package Description com.adyen.model.nexo -
-
Uses of CustomerOrder in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as CustomerOrder Modifier and Type Field Description protected CustomerOrderPaymentData. customerOrderThe Customer order.protected CustomerOrderReversalRequest. customerOrderIDThe Customer order id.Fields in com.adyen.model.nexo with type parameters of type CustomerOrder Modifier and Type Field Description protected List<CustomerOrder>CardAcquisitionResponse. customerOrderThe Customer order.protected List<CustomerOrder>CardData. customerOrderThe Customer order.protected List<CustomerOrder>PaymentResponse. customerOrderThe Customer order.Methods in com.adyen.model.nexo that return CustomerOrder Modifier and Type Method Description CustomerOrderObjectFactory. createCustomerOrder()Create an instance ofCustomerOrderCustomerOrderPaymentData. getCustomerOrder()Gets the value of the customerOrder property.CustomerOrderReversalRequest. getCustomerOrderID()Gets the value of the customerOrderID property.Methods in com.adyen.model.nexo that return types with arguments of type CustomerOrder Modifier and Type Method Description List<CustomerOrder>CardAcquisitionResponse. getCustomerOrder()Gets the value of the customerOrder property.List<CustomerOrder>CardData. getCustomerOrder()Gets the value of the customerOrder property.List<CustomerOrder>PaymentResponse. getCustomerOrder()Gets the value of the customerOrder property.Methods in com.adyen.model.nexo with parameters of type CustomerOrder Modifier and Type Method Description voidPaymentData. setCustomerOrder(CustomerOrder value)Sets the value of the customerOrder property.voidReversalRequest. setCustomerOrderID(CustomerOrder value)Sets the value of the customerOrderID property.
-