PaymentVerificationResponse |
PaymentVerificationResponse.additionalData(Map<String,String> additionalData) |
|
PaymentVerificationResponse |
PaymentVerificationResponse.fraudResult(FraudResult fraudResult) |
|
static PaymentVerificationResponse |
PaymentVerificationResponse.fromJson(String jsonString) |
Create an instance of PaymentVerificationResponse given an JSON string
|
PaymentVerificationResponse |
PaymentVerificationResponse.merchantReference(String merchantReference) |
|
PaymentVerificationResponse |
PaymentVerificationResponse.order(CheckoutOrderResponse order) |
|
PaymentVerificationResponse |
PaymentVerificationResponse.pspReference(String pspReference) |
|
PaymentVerificationResponse |
PaymentVerificationResponse.putAdditionalDataItem(String key,
String additionalDataItem) |
|
PaymentVerificationResponse |
PaymentVerificationResponse.refusalReason(String refusalReason) |
|
PaymentVerificationResponse |
PaymentVerificationResponse.refusalReasonCode(String refusalReasonCode) |
|
PaymentVerificationResponse |
PaymentVerificationResponse.resultCode(PaymentVerificationResponse.ResultCodeEnum resultCode) |
|
PaymentVerificationResponse |
PaymentVerificationResponse.serviceError(ServiceErrorDetails serviceError) |
|
PaymentVerificationResponse |
PaymentVerificationResponse.shopperLocale(String shopperLocale) |
|