Class Invoice.ConfirmationSecret

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.ConfirmationSecret
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Invoice

public static class Invoice.ConfirmationSecret extends StripeObject
For more details about ConfirmationSecret, please refer to the API Reference.
  • Constructor Details

    • ConfirmationSecret

      public ConfirmationSecret()
  • Method Details

    • getClientSecret

      public String getClientSecret()
      The client_secret of the payment that Stripe creates for the invoice after finalization.
    • getType

      public String getType()
      The type of client_secret. Currently this is always payment_intent, referencing the default payment_intent that Stripe creates during invoice finalization
    • setClientSecret

      public void setClientSecret(String clientSecret)
      The client_secret of the payment that Stripe creates for the invoice after finalization.
    • setType

      public void setType(String type)
      The type of client_secret. Currently this is always payment_intent, referencing the default payment_intent that Stripe creates during invoice finalization
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object