Package com.stripe.param.checkout
Class SessionCreateParams.CustomerUpdate
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.CustomerUpdate
- Enclosing class:
- SessionCreateParams
Required. Text may be up to 1200 characters in length.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Describes whether Checkout saves the billing address ontocustomer.address
.Map of extra parameters for custom features not available in this client library.getName()
Describes whether Checkout saves the name ontocustomer.name
.Describes whether Checkout saves shipping information ontocustomer.shipping
.
-
Method Details
-
builder
-
getAddress
Describes whether Checkout saves the billing address ontocustomer.address
. To always collect a full billing address, usebilling_address_collection
. Defaults tonever
. -
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. -
getName
Describes whether Checkout saves the name ontocustomer.name
. Defaults tonever
. -
getShipping
Describes whether Checkout saves shipping information ontocustomer.shipping
. To collect shipping information, useshipping_address_collection
. Defaults tonever
.
-