Package com.stripe.model
Class PaymentLink.InvoiceCreation.InvoiceData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.InvoiceCreation.InvoiceData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink.InvoiceCreation
For more details about InvoiceData, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about CustomField, please refer to the API Reference.static class
For more details about Issuer, please refer to the API Reference.static class
For 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 boolean
boolean
Get expandedaccountTaxIds
.int
hashCode()
void
setAccountTaxIdObjects
(List<TaxId> objs) void
setAccountTaxIds
(List<String> ids) void
void
setDescription
(String description) void
void
void
setMetadata
(Map<String, String> metadata) void
setRenderingOptions
(PaymentLink.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(PaymentLink.InvoiceCreation.InvoiceData.RenderingOptions renderingOptions) -
equals
-
canEqual
-
hashCode
public int hashCode()
-