public class CheckoutPaymentsAction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutPaymentsAction.CheckoutActionType |
| Constructor and Description |
|---|
CheckoutPaymentsAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMethod()
Specifies the HTTP method; e.g.
|
String |
getPaymentMethodType()
Specifies the payment method.
|
String |
getQrCodeData()
The contents of the QR code as a UTF8 string.
|
String |
getToken()
A token to pass to the 3DS2 Component to get the fingerprint/challenge.
|
CheckoutPaymentsAction.CheckoutActionType |
getType()
Enum that specifies the action that needs to be taken by the client.
|
String |
getUrl()
Specifies the URL to redirect to.
|
int |
hashCode() |
void |
setMethod(String method) |
void |
setPaymentMethodType(String paymentMethodType) |
void |
setQrCodeData(String qrCodeData) |
void |
setToken(String token) |
void |
setType(CheckoutPaymentsAction.CheckoutActionType type) |
void |
setUrl(String url) |
String |
toString() |
public CheckoutPaymentsAction.CheckoutActionType getType()
public void setType(CheckoutPaymentsAction.CheckoutActionType type)
public String getPaymentMethodType()
public void setPaymentMethodType(String paymentMethodType)
public String getUrl()
public void setUrl(String url)
public String getMethod()
public void setMethod(String method)
public String getToken()
public void setToken(String token)
public String getQrCodeData()
public void setQrCodeData(String qrCodeData)
Copyright © 2019. All rights reserved.