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
For more details about WechatPay, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanUniquely identifies this particular WeChat Pay account.ID of the location that this transaction's reader is assigned to.ID of the reader this transaction was made on.Transaction ID of this particular WeChat Pay transaction.inthashCode()voidsetFingerprint(String fingerprint) Uniquely identifies this particular WeChat Pay account.voidsetLocation(String location) ID of the location that this transaction's reader is assigned to.voidID of the reader this transaction was made on.voidsetTransactionId(String transactionId) Transaction ID of this particular WeChat Pay transaction.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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. -
getLocation
ID of the location that this transaction's reader is assigned to. -
getReader
ID of the reader this transaction was made on. -
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. -
setLocation
ID of the location that this transaction's reader is assigned to. -
setReader
ID of the reader this transaction was made on. -
setTransactionId
Transaction ID of this particular WeChat Pay transaction. -
equals
-
canEqual
-
hashCode
public int hashCode()
-