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) |
Map<String,String> |
getData()
When the redirect URL must be accessed via POST, use this data to post to the redirect URL.
|
String |
getMethod()
Specifies the HTTP method; e.g.
|
String |
getPaymentData()
When non-empty, contains a value that you must submit to the `/payments/details` endpoint.
|
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 |
setData(Map<String,String> data) |
void |
setMethod(String method) |
void |
setPaymentData(String paymentData) |
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)
public String getPaymentData()
public void setPaymentData(String paymentData)
public Map<String,String> getData()
Copyright © 2019. All rights reserved.