Package com.stripe.model
Class PaymentLink.InvoiceCreation
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.InvoiceCreation
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink
For more details about InvoiceCreation, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about InvoiceData, 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 booleanbooleanEnable creating an invoice on successful payment.Configuration for the invoice.inthashCode()voidsetEnabled(Boolean enabled) Enable creating an invoice on successful payment.voidsetInvoiceData(PaymentLink.InvoiceCreation.InvoiceData invoiceData) Configuration for the invoice.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InvoiceCreation
public InvoiceCreation()
-
-
Method Details
-
getEnabled
Enable creating an invoice on successful payment. -
getInvoiceData
Configuration for the invoice. Default invoice values will be used if unspecified. -
setEnabled
Enable creating an invoice on successful payment. -
setInvoiceData
Configuration for the invoice. Default invoice values will be used if unspecified. -
equals
-
canEqual
-
hashCode
public int hashCode()
-