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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Uniquely identifies this particular Alipay account.Uniquely identifies this particular Alipay account.Transaction ID of this particular Alipay transaction.int
hashCode()
void
setBuyerId
(String buyerId) Uniquely identifies this particular Alipay account.void
setFingerprint
(String fingerprint) Uniquely identifies this particular Alipay account.void
setTransactionId
(String transactionId) Transaction ID of this particular Alipay transaction.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Alipay
public Alipay()
-
-
Method Details
-
getBuyerId
Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same. -
getFingerprint
Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same. -
getTransactionId
Transaction ID of this particular Alipay transaction. -
setBuyerId
Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same. -
setFingerprint
Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same. -
setTransactionId
Transaction ID of this particular Alipay transaction. -
equals
-
canEqual
-
hashCode
public int hashCode()
-