Package com.stripe.model
Class Invoice.ConfirmationSecret
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.ConfirmationSecret
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice
For more details about ConfirmationSecret, 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
The client_secret of the payment that Stripe creates for the invoice after finalization.getType()
The type of client_secret.int
hashCode()
void
setClientSecret
(String clientSecret) The client_secret of the payment that Stripe creates for the invoice after finalization.void
The type of client_secret.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ConfirmationSecret
public ConfirmationSecret()
-
-
Method Details
-
getClientSecret
The client_secret of the payment that Stripe creates for the invoice after finalization. -
getType
The type of client_secret. Currently this is always payment_intent, referencing the default payment_intent that Stripe creates during invoice finalization -
setClientSecret
The client_secret of the payment that Stripe creates for the invoice after finalization. -
setType
The type of client_secret. Currently this is always payment_intent, referencing the default payment_intent that Stripe creates during invoice finalization -
equals
-
canEqual
-
hashCode
public int hashCode()
-