Package com.stripe.param
Class InvoiceCreatePreviewParams.CustomerDetails
java.lang.Object
com.stripe.param.InvoiceCreatePreviewParams.CustomerDetails
- Enclosing class:
- InvoiceCreatePreviewParams
Required. Type of the account referenced in the request.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
State, county, province, or region.static class
State, county, province, or region.static enum
static class
A recent IP address of the customer used for tax reporting and tax location inference. -
Method Summary
-
Method Details
-
builder
-
getAddress
The customer's address. -
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. -
getShipping
The customer's shipping information. Appears on invoices emailed to this customer. -
getTax
Tax details about the customer. -
getTaxExempt
The customer's tax exemption. One ofnone
,exempt
, orreverse
. -
getTaxIds
The customer's tax IDs.
-