Class Charge.PaymentMethodDetails.WechatPay

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.WechatPay
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails

public static class Charge.PaymentMethodDetails.WechatPay extends StripeObject
  • Constructor Details

    • WechatPay

      public WechatPay()
  • Method Details

    • getFingerprint

      public String getFingerprint()
      Uniquely identifies this particular WeChat Pay account. You can use this attribute to check whether two WeChat accounts are the same.
    • getTransactionId

      public String getTransactionId()
      Transaction ID of this particular WeChat Pay transaction.
    • setFingerprint

      public void setFingerprint(String fingerprint)
      Uniquely identifies this particular WeChat Pay account. You can use this attribute to check whether two WeChat accounts are the same.
    • setTransactionId

      public void setTransactionId(String transactionId)
      Transaction ID of this particular WeChat Pay transaction.
    • 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