Package com.stripe.param.issuing
Class CardCreateParams.Shipping
- java.lang.Object
-
- com.stripe.param.issuing.CardCreateParams.Shipping
-
- Enclosing class:
- CardCreateParams
public static class CardCreateParams.Shipping extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCardCreateParams.Shipping.Addressstatic classCardCreateParams.Shipping.Builderstatic classCardCreateParams.Shipping.ServiceState, county, province, or region.static classCardCreateParams.Shipping.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CardCreateParams.Shipping.Builderbuilder()CardCreateParams.Shipping.AddressgetAddress()The address that the card is shipped to.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.StringgetName()The name printed on the shipping label when shipping the card.CardCreateParams.Shipping.ServicegetService()Shipment service.CardCreateParams.Shipping.TypegetType()Packaging options.
-
-
-
Method Detail
-
builder
public static CardCreateParams.Shipping.Builder builder()
-
getAddress
public CardCreateParams.Shipping.Address getAddress()
The address that the card is shipped to.
-
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@SerializedNamevalue. 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
public java.lang.String getName()
The name printed on the shipping label when shipping the card.
-
getService
public CardCreateParams.Shipping.Service getService()
Shipment service.
-
getType
public CardCreateParams.Shipping.Type getType()
Packaging options.
-
-