Package com.stripe.model
Class Charge.PaymentMethodDetails.WechatPay
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.WechatPay
- 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 WeChat Pay account.Transaction ID of this particular WeChat Pay transaction.int
hashCode()
void
setFingerprint
(String fingerprint) Uniquely identifies this particular WeChat Pay account.void
setTransactionId
(String transactionId) Transaction ID of this particular WeChat Pay transaction.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
WechatPay
public WechatPay()
-
-
Method Details
-
getFingerprint
Uniquely identifies this particular WeChat Pay account. You can use this attribute to check whether two WeChat accounts are the same. -
getTransactionId
Transaction ID of this particular WeChat Pay transaction. -
setFingerprint
Uniquely identifies this particular WeChat Pay account. You can use this attribute to check whether two WeChat accounts are the same. -
setTransactionId
Transaction ID of this particular WeChat Pay transaction. -
equals
-
canEqual
-
hashCode
public int hashCode()
-