Package com.stripe.model
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
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Alipay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetFingerprint()Uniquely identifies this particular Alipay account.java.lang.StringgetTransactionId()Transaction ID of this particular Alipay transaction.inthashCode()voidsetFingerprint(java.lang.String fingerprint)Uniquely identifies this particular Alipay account.voidsetTransactionId(java.lang.String transactionId)Transaction ID of this particular Alipay transaction.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-