Uses of Class
com.adyen.model.tapi.SaleData.CustomerOrderReqEnum
-
Packages that use SaleData.CustomerOrderReqEnum Package Description com.adyen.model.tapi -
-
Uses of SaleData.CustomerOrderReqEnum in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return SaleData.CustomerOrderReqEnum Modifier and Type Method Description static SaleData.CustomerOrderReqEnumSaleData.CustomerOrderReqEnum. fromValue(String value)static SaleData.CustomerOrderReqEnumSaleData.CustomerOrderReqEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SaleData.CustomerOrderReqEnum[]SaleData.CustomerOrderReqEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi that return types with arguments of type SaleData.CustomerOrderReqEnum Modifier and Type Method Description List<SaleData.CustomerOrderReqEnum>SaleData. getCustomerOrderReq()List of customer order open, closed or both to be sent in the response messages.Methods in com.adyen.model.tapi with parameters of type SaleData.CustomerOrderReqEnum Modifier and Type Method Description SaleDataSaleData. addCustomerOrderReqItem(SaleData.CustomerOrderReqEnum customerOrderReqItem)Method parameters in com.adyen.model.tapi with type arguments of type SaleData.CustomerOrderReqEnum Modifier and Type Method Description SaleDataSaleData. customerOrderReq(List<SaleData.CustomerOrderReqEnum> customerOrderReq)List of customer order open, closed or both to be sent in the response messages.voidSaleData. setCustomerOrderReq(List<SaleData.CustomerOrderReqEnum> customerOrderReq)List of customer order open, closed or both to be sent in the response messages.
-