Class Source.Wechat

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Source.Wechat
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Source

public static class Source.Wechat extends StripeObject
  • Constructor Details

    • Wechat

      public Wechat()
  • Method Details

    • getPrepayId

      public String getPrepayId()
    • getQrCodeUrl

      public String getQrCodeUrl()
    • getStatementDescriptor

      public String getStatementDescriptor()
    • setPrepayId

      public void setPrepayId(String prepayId)
    • setQrCodeUrl

      public void setQrCodeUrl(String qrCodeUrl)
    • setStatementDescriptor

      public void setStatementDescriptor(String statementDescriptor)
    • 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