Class Charge.PaymentMethodDetails.Alipay

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

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

    • Alipay

      public Alipay()
  • Method Details

    • getBuyerId

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

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

      public String getTransactionId()
      Transaction ID of this particular Alipay transaction.
    • setBuyerId

      public void setBuyerId(String buyerId)
      Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same.
    • setFingerprint

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

      public void setTransactionId(String transactionId)
      Transaction ID of this particular Alipay 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