Package com.stripe.param
Class PaymentLinkUpdateParams.AfterCompletion
- java.lang.Object
-
- com.stripe.param.PaymentLinkUpdateParams.AfterCompletion
-
- Enclosing class:
- PaymentLinkUpdateParams
public static class PaymentLinkUpdateParams.AfterCompletion extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PaymentLinkUpdateParams.AfterCompletion.Builder
static class
PaymentLinkUpdateParams.AfterCompletion.HostedConfirmation
static class
PaymentLinkUpdateParams.AfterCompletion.Redirect
Add all map key/value pairs to `extraParams` map.static class
PaymentLinkUpdateParams.AfterCompletion.Type
The URL the customer will be redirected to after the purchase is complete.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentLinkUpdateParams.AfterCompletion.Builder
builder()
java.util.Map<java.lang.String,java.lang.Object>
getExtraParams()
Map of extra parameters for custom features not available in this client library.PaymentLinkUpdateParams.AfterCompletion.HostedConfirmation
getHostedConfirmation()
Configuration whentype=hosted_confirmation
.PaymentLinkUpdateParams.AfterCompletion.Redirect
getRedirect()
Configuration whentype=redirect
.PaymentLinkUpdateParams.AfterCompletion.Type
getType()
The specified behavior after the purchase is complete.
-
-
-
Method Detail
-
builder
public static PaymentLinkUpdateParams.AfterCompletion.Builder builder()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@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.
-
getHostedConfirmation
public PaymentLinkUpdateParams.AfterCompletion.HostedConfirmation getHostedConfirmation()
Configuration whentype=hosted_confirmation
.
-
getRedirect
public PaymentLinkUpdateParams.AfterCompletion.Redirect getRedirect()
Configuration whentype=redirect
.
-
getType
public PaymentLinkUpdateParams.AfterCompletion.Type getType()
The specified behavior after the purchase is complete. Eitherredirect
orhosted_confirmation
.
-
-