CheckoutDelegatedAuthenticationAction |
CheckoutDelegatedAuthenticationAction.authorisationToken(String authorisationToken) |
A token needed to authorise a payment.
|
static CheckoutDelegatedAuthenticationAction |
CheckoutDelegatedAuthenticationAction.fromJson(String jsonString) |
Create an instance of CheckoutDelegatedAuthenticationAction given an JSON string
|
CheckoutDelegatedAuthenticationAction |
PaymentResponseAction.getCheckoutDelegatedAuthenticationAction() |
Get the actual instance of `CheckoutDelegatedAuthenticationAction`.
|
CheckoutDelegatedAuthenticationAction |
CheckoutDelegatedAuthenticationAction.paymentData(String paymentData) |
Encoded payment data.
|
CheckoutDelegatedAuthenticationAction |
CheckoutDelegatedAuthenticationAction.paymentMethodType(String paymentMethodType) |
Specifies the payment method.
|
CheckoutDelegatedAuthenticationAction |
CheckoutDelegatedAuthenticationAction.token(String token) |
A token to pass to the delegatedAuthentication component.
|
CheckoutDelegatedAuthenticationAction |
CheckoutDelegatedAuthenticationAction.type(CheckoutDelegatedAuthenticationAction.TypeEnum type) |
**delegatedAuthentication**
|
CheckoutDelegatedAuthenticationAction |
CheckoutDelegatedAuthenticationAction.url(String url) |
Specifies the URL to redirect to.
|