Class Session.CustomText

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.CustomText
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session

public static class Session.CustomText extends StripeObject
The value entered by the customer.
  • Constructor Details

    • CustomText

      public CustomText()
  • Method Details

    • getAfterSubmit

      public Session.CustomText.AfterSubmit getAfterSubmit()
      Custom text that should be displayed after the payment confirmation button.
    • getShippingAddress

      public Session.CustomText.ShippingAddress getShippingAddress()
      Custom text that should be displayed alongside shipping address collection.
    • getSubmit

      public Session.CustomText.Submit getSubmit()
      Custom text that should be displayed alongside the payment confirmation button.
    • getTermsOfServiceAcceptance

      public Session.CustomText.TermsOfServiceAcceptance getTermsOfServiceAcceptance()
      Custom text that should be displayed in place of the default terms of service agreement text.
    • setAfterSubmit

      public void setAfterSubmit(Session.CustomText.AfterSubmit afterSubmit)
      Custom text that should be displayed after the payment confirmation button.
    • setShippingAddress

      public void setShippingAddress(Session.CustomText.ShippingAddress shippingAddress)
      Custom text that should be displayed alongside shipping address collection.
    • setSubmit

      public void setSubmit(Session.CustomText.Submit submit)
      Custom text that should be displayed alongside the payment confirmation button.
    • setTermsOfServiceAcceptance

      public void setTermsOfServiceAcceptance(Session.CustomText.TermsOfServiceAcceptance termsOfServiceAcceptance)
      Custom text that should be displayed in place of the default terms of service agreement text.
    • 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