Package com.stripe.model.checkout
Class Session.InvoiceCreation.InvoiceData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.InvoiceCreation.InvoiceData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.InvoiceCreation
For more details about InvoiceData, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about CustomField, please refer to the API Reference.static classFor more details about Issuer, please refer to the API Reference.static classFor more details about RenderingOptions, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanGet expandedaccountTaxIds.inthashCode()voidsetAccountTaxIdObjects(List<TaxId> objs) voidsetAccountTaxIds(List<String> ids) voidsetCustomFields(List<Session.InvoiceCreation.InvoiceData.CustomField> customFields) voidsetDescription(String description) voidvoidvoidsetMetadata(Map<String, String> metadata) voidsetRenderingOptions(Session.InvoiceCreation.InvoiceData.RenderingOptions renderingOptions) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InvoiceData
public InvoiceData()
-
-
Method Details
-
getAccountTaxIds
-
setAccountTaxIds
-
getAccountTaxIdObjects
Get expandedaccountTaxIds. -
setAccountTaxIdObjects
-
getCustomFields
-
getDescription
-
getIssuer
-
getMetadata
-
getRenderingOptions
-
setCustomFields
-
setDescription
-
setIssuer
-
setMetadata
-
setRenderingOptions
public void setRenderingOptions(Session.InvoiceCreation.InvoiceData.RenderingOptions renderingOptions) -
equals
-
canEqual
-
hashCode
public int hashCode()
-