CreateOrderResponse |
CreateOrderResponse.additionalData(Map<String,String> additionalData) |
Contains additional information about the payment.
|
CreateOrderResponse |
CreateOrderResponse.amount(Amount amount) |
amount
|
CreateOrderResponse |
CreateOrderResponse.expiresAt(String expiresAt) |
The date that the order will expire.
|
CreateOrderResponse |
CreateOrderResponse.fraudResult(FraudResult fraudResult) |
fraudResult
|
static CreateOrderResponse |
CreateOrderResponse.fromJson(String jsonString) |
Create an instance of CreateOrderResponse given an JSON string
|
CreateOrderResponse |
CreateOrderResponse.orderData(String orderData) |
The encrypted data that will be used by merchant for adding payments to the order.
|
CreateOrderResponse |
CreateOrderResponse.pspReference(String pspReference) |
Adyen's 16-character reference associated with the transaction/request.
|
CreateOrderResponse |
CreateOrderResponse.putAdditionalDataItem(String key,
String additionalDataItem) |
|
CreateOrderResponse |
CreateOrderResponse.reference(String reference) |
The reference provided by merchant for creating the order.
|
CreateOrderResponse |
CreateOrderResponse.refusalReason(String refusalReason) |
If the payment's authorisation is refused or an error occurs during authorisation, this field holds Adyen's mapped reason for the refusal or a description of the error.
|
CreateOrderResponse |
CreateOrderResponse.remainingAmount(Amount remainingAmount) |
remainingAmount
|
CreateOrderResponse |
CreateOrderResponse.resultCode(CreateOrderResponse.ResultCodeEnum resultCode) |
The result of the order creation request.
|