Uses of Class
com.adyen.model.checkout.CreateOrderResponse
-
Packages that use CreateOrderResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of CreateOrderResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CreateOrderResponse Modifier and Type Method Description CreateOrderResponseCreateOrderResponse. additionalData(Map<String,String> additionalData)CreateOrderResponseCreateOrderResponse. amount(Amount amount)CreateOrderResponseCreateOrderResponse. expiresAt(String expiresAt)CreateOrderResponseCreateOrderResponse. fraudResult(FraudResult fraudResult)static CreateOrderResponseCreateOrderResponse. fromJson(String jsonString)Create an instance of CreateOrderResponse given an JSON stringCreateOrderResponseCreateOrderResponse. orderData(String orderData)CreateOrderResponseCreateOrderResponse. pspReference(String pspReference)CreateOrderResponseCreateOrderResponse. putAdditionalDataItem(String key, String additionalDataItem)CreateOrderResponseCreateOrderResponse. reference(String reference)CreateOrderResponseCreateOrderResponse. refusalReason(String refusalReason)CreateOrderResponseCreateOrderResponse. remainingAmount(Amount remainingAmount)CreateOrderResponseCreateOrderResponse. resultCode(CreateOrderResponse.ResultCodeEnum resultCode) -
Uses of CreateOrderResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return CreateOrderResponse Modifier and Type Method Description CreateOrderResponseOrdersApi. orders(CreateOrderRequest createOrderRequest)Create an orderCreateOrderResponseOrdersApi. orders(CreateOrderRequest createOrderRequest, RequestOptions requestOptions)Create an order
-