public static class Charge.PaymentMethodDetails.Alipay extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
Alipay() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFingerprint()
Uniquely identifies this particular Alipay account.
|
java.lang.String |
getTransactionId()
Transaction ID of this particular Alipay transaction.
|
int |
hashCode() |
void |
setFingerprint(java.lang.String fingerprint)
Uniquely identifies this particular Alipay account.
|
void |
setTransactionId(java.lang.String transactionId)
Transaction ID of this particular Alipay transaction.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getFingerprint()
public java.lang.String getTransactionId()
public void setFingerprint(java.lang.String fingerprint)
public void setTransactionId(java.lang.String transactionId)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object