Package com.stripe.param.issuing
Class CardCreateParams.Shipping
java.lang.Object
com.stripe.param.issuing.CardCreateParams.Shipping
- Enclosing class:
- CardCreateParams
Add all map key/value pairs to `extraParams` map. A map is initialized for the first
`put/putAll` call, and subsequent calls add additional key/value pairs to the original map.
See
CardCreateParams.Pin.extraParams
for the field documentation.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
State, county, province, or region.static class
static class
static enum
Add all map key/value pairs to `extraParams` map.static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Required. The address that the card is shipped to.Address validation settings.Customs information for the shipment.Map of extra parameters for custom features not available in this client library.getName()
Required. The name printed on the shipping label when shipping the card.Phone number of the recipient of the shipment.Whether a signature is required for card delivery.Shipment service.getType()
Packaging options.
-
Method Details
-
builder
-
getAddress
Required. The address that the card is shipped to. -
getAddressValidation
Address validation settings. -
getCustoms
Customs information for the shipment. -
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
Required. The name printed on the shipping label when shipping the card. -
getPhoneNumber
Phone number of the recipient of the shipment. -
getRequireSignature
Whether a signature is required for card delivery. -
getService
Shipment service. -
getType
Packaging options.
-