PaymentResult |
PaymentResult.addAuthenticationMethodItem(PaymentResult.AuthenticationMethodEnum authenticationMethodItem) |
|
PaymentResult |
PaymentResult.addCurrencyConversionItem(CurrencyConversion currencyConversionItem) |
|
PaymentResult |
PaymentResult.amountsResp(AmountsResp amountsResp) |
amountsResp
|
PaymentResult |
PaymentResult.authenticationMethod(List<PaymentResult.AuthenticationMethodEnum> authenticationMethod) |
Method for customer authentication.
|
PaymentResult |
PaymentResult.capturedSignature(CapturedSignature capturedSignature) |
capturedSignature
|
PaymentResult |
PaymentResult.currencyConversion(List<CurrencyConversion> currencyConversion) |
Information related to a currency conversion.
|
PaymentResult |
PaymentResult.customerLanguage(String customerLanguage) |
The language of the customer that was used on the terminal screen or in text printed by the
terminal.
|
static PaymentResult |
PaymentResult.fromJson(String jsonString) |
Create an instance of PaymentResult given an JSON string
|
PaymentResult |
PaymentResponse.getPaymentResult() |
Get paymentResult
|
PaymentResult |
PerformedTransaction.getPaymentResult() |
Get paymentResult
|
PaymentResult |
PaymentResult.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PaymentResult |
PaymentResult.instalment(Instalment instalment) |
instalment
|
PaymentResult |
PaymentResult.merchantOverrideFlag(Boolean merchantOverrideFlag) |
Indicates that the Merchant forced the result of the payment to successful.
|
PaymentResult |
PaymentResult.onlineFlag(Boolean onlineFlag) |
Indicate that the payment transaction processing has required the approval of a host.
|
PaymentResult |
PaymentResult.paymentAcquirerData(PaymentAcquirerData paymentAcquirerData) |
paymentAcquirerData
|
PaymentResult |
PaymentResult.paymentInstrumentData(PaymentInstrumentData paymentInstrumentData) |
paymentInstrumentData
|
PaymentResult |
PaymentResult.paymentType(PaymentType paymentType) |
paymentType
|
PaymentResult |
PaymentResult.protectedSignature(String protectedSignature) |
Numeric value of a handwritten signature.
|
PaymentResult |
PaymentResult.validityDate(LocalDate validityDate) |
End of the validity period for the reservation, for the first reservation, and the reservation
updates as well.
|