Package com.stripe.param
Class InvoiceUpcomingParams.CustomerDetails
- java.lang.Object
-
- com.stripe.param.InvoiceUpcomingParams.CustomerDetails
-
- Enclosing class:
- InvoiceUpcomingParams
public static class InvoiceUpcomingParams.CustomerDetails extends java.lang.ObjectAdd 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. SeeInvoiceUpcomingParams.AutomaticTax.extraParamsfor the field documentation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvoiceUpcomingParams.CustomerDetails.Addressstatic classInvoiceUpcomingParams.CustomerDetails.Builderstatic classInvoiceUpcomingParams.CustomerDetails.ShippingState, county, province, or region.static classInvoiceUpcomingParams.CustomerDetails.TaxState, county, province, or region.static classInvoiceUpcomingParams.CustomerDetails.TaxExemptstatic classInvoiceUpcomingParams.CustomerDetails.TaxIdA recent IP address of the customer used for tax reporting and tax location inference.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvoiceUpcomingParams.CustomerDetails.Builderbuilder()java.lang.ObjectgetAddress()The customer's 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.ObjectgetShipping()The customer's shipping information.InvoiceUpcomingParams.CustomerDetails.TaxgetTax()Tax details about the customer.ApiRequestParams.EnumParamgetTaxExempt()The customer's tax exemption.java.util.List<InvoiceUpcomingParams.CustomerDetails.TaxId>getTaxIds()The customer's tax IDs.
-
-
-
Method Detail
-
builder
public static InvoiceUpcomingParams.CustomerDetails.Builder builder()
-
getAddress
public java.lang.Object getAddress()
The customer's 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.
-
getShipping
public java.lang.Object getShipping()
The customer's shipping information. Appears on invoices emailed to this customer.
-
getTax
public InvoiceUpcomingParams.CustomerDetails.Tax getTax()
Tax details about the customer.
-
getTaxExempt
public ApiRequestParams.EnumParam getTaxExempt()
The customer's tax exemption. One ofnone,exempt, orreverse.
-
getTaxIds
public java.util.List<InvoiceUpcomingParams.CustomerDetails.TaxId> getTaxIds()
The customer's tax IDs.
-
-