public class SetupIntentConfirmParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
SetupIntentConfirmParams.Builder |
static class |
SetupIntentConfirmParams.MandateData |
static class |
SetupIntentConfirmParams.PaymentMethodOptions
The user agent of the browser from which the Mandate was accepted by the customer.
|
ApiRequestParams.EnumParam
EXTRA_PARAMS_KEY
Modifier and Type | Method and Description |
---|---|
static SetupIntentConfirmParams.Builder |
builder() |
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.Object |
getMandateData()
This hash contains details about the Mandate to create.
|
java.lang.String |
getPaymentMethod()
ID of the payment method (a PaymentMethod, Card, or saved Source object) to attach to this
SetupIntent.
|
SetupIntentConfirmParams.PaymentMethodOptions |
getPaymentMethodOptions()
Payment-method-specific configuration for this SetupIntent.
|
java.lang.String |
getReturnUrl()
The URL to redirect your customer back to after they authenticate on the payment method's app
or site.
|
toMap
public static SetupIntentConfirmParams.Builder builder()
public java.util.List<java.lang.String> getExpand()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public java.lang.Object getMandateData()
public java.lang.String getPaymentMethod()
public SetupIntentConfirmParams.PaymentMethodOptions getPaymentMethodOptions()
public java.lang.String getReturnUrl()