Package com.stripe.model.checkout
Class Session.InvoiceCreation
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.InvoiceCreation
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
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 booleanbooleanIndicates whether invoice creation is enabled for the Checkout Session.inthashCode()voidsetEnabled(Boolean enabled) Indicates whether invoice creation is enabled for the Checkout Session.voidsetInvoiceData(Session.InvoiceCreation.InvoiceData invoiceData) 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
Indicates whether invoice creation is enabled for the Checkout Session. -
getInvoiceData
-
setEnabled
Indicates whether invoice creation is enabled for the Checkout Session. -
setInvoiceData
-
equals
-
canEqual
-
hashCode
public int hashCode()
-