Class Charge.PaymentMethodDetails.Alipay

    • Constructor Detail

      • Alipay

        public Alipay()
    • Method Detail

      • getFingerprint

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

        public java.lang.String getTransactionId()
        Transaction ID of this particular Alipay transaction.
      • setFingerprint

        public void setFingerprint​(java.lang.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​(java.lang.String transactionId)
        Transaction ID of this particular Alipay transaction.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object