Class PaymentLink.AfterCompletion.HostedConfirmation

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.AfterCompletion.HostedConfirmation
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentLink.AfterCompletion

public static class PaymentLink.AfterCompletion.HostedConfirmation extends StripeObject
  • Constructor Details

    • HostedConfirmation

      public HostedConfirmation()
  • Method Details

    • getCustomMessage

      public String getCustomMessage()
      The custom message that is displayed to the customer after the purchase is complete.
    • setCustomMessage

      public void setCustomMessage(String customMessage)
      The custom message that is displayed to the customer after the purchase is complete.
    • 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