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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-