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
The value of the tax ID.
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-