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 class
For 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 boolean
boolean
Indicates whether invoice creation is enabled for the Checkout Session.int
hashCode()
void
setEnabled
(Boolean enabled) Indicates whether invoice creation is enabled for the Checkout Session.void
setInvoiceData
(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()
-