Package com.stripe.param
Class InvoiceUpcomingParams.CustomerDetails.Shipping
- java.lang.Object
-
- com.stripe.param.InvoiceUpcomingParams.CustomerDetails.Shipping
-
- Enclosing class:
- InvoiceUpcomingParams.CustomerDetails
public static class InvoiceUpcomingParams.CustomerDetails.Shipping extends java.lang.ObjectState, county, province, or region.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvoiceUpcomingParams.CustomerDetails.Shipping.Addressstatic classInvoiceUpcomingParams.CustomerDetails.Shipping.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvoiceUpcomingParams.CustomerDetails.Shipping.Builderbuilder()InvoiceUpcomingParams.CustomerDetails.Shipping.AddressgetAddress()Customer shipping address.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()Customer name.java.lang.StringgetPhone()Customer phone (including extension).
-
-
-
Method Detail
-
builder
public static InvoiceUpcomingParams.CustomerDetails.Shipping.Builder builder()
-
getAddress
public InvoiceUpcomingParams.CustomerDetails.Shipping.Address getAddress()
Customer shipping address.
-
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()
Customer name.
-
getPhone
public java.lang.String getPhone()
Customer phone (including extension).
-
-