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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
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) voidvoidsetMetadata(Map<String, String> metadata) voidsetRenderingOptions(Session.InvoiceCreation.InvoiceData.RenderingOptions renderingOptions) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InvoiceData
public InvoiceData()
-
-
Method Details
-
getAccountTaxIds
-
setAccountTaxIds
-
getAccountTaxIdObjects
Get expandedaccountTaxIds. -
setAccountTaxIdObjects
-
getCustomFields
-
getDescription
-
getMetadata
-
getRenderingOptions
-
setCustomFields
-
setDescription
-
setMetadata
-
setRenderingOptions
public void setRenderingOptions(Session.InvoiceCreation.InvoiceData.RenderingOptions renderingOptions) -
equals
-
canEqual
-
hashCode
public int hashCode()
-