Class PaymentLink.CustomText.ShippingAddress

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

public static class PaymentLink.CustomText.ShippingAddress extends StripeObject
  • Constructor Details

    • ShippingAddress

      public ShippingAddress()
  • Method Details

    • getMessage

      public String getMessage()
      Text may be up to 1200 characters in length.
    • setMessage

      public void setMessage(String message)
      Text may be up to 1200 characters in length.
    • 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