Package com.stripe.model
Class PaymentIntent.NextAction.WechatPayRedirectToAndroidApp
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.WechatPayRedirectToAndroidApp
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getAppId()
app_id is the APP ID registered on WeChat open platform.nonce_str is a random string.an unique merchant ID assigned by WeChat Pay.an unique trading ID assigned by WeChat Pay.getSign()
A signature.Specifies the current time in epoch format.int
hashCode()
void
app_id is the APP ID registered on WeChat open platform.void
setNonceStr
(String nonceStr) nonce_str is a random string.void
setPackage
(String package_) void
setPackage_
(String package_) void
setPartnerId
(String partnerId) an unique merchant ID assigned by WeChat Pay.void
setPrepayId
(String prepayId) an unique trading ID assigned by WeChat Pay.void
A signature.void
setTimestamp
(String timestamp) Specifies the current time in epoch format.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
WechatPayRedirectToAndroidApp
public WechatPayRedirectToAndroidApp()
-
-
Method Details
-
getPackage
-
setPackage
-
getAppId
app_id is the APP ID registered on WeChat open platform. -
getNonceStr
nonce_str is a random string. -
getPartnerId
an unique merchant ID assigned by WeChat Pay. -
getPrepayId
an unique trading ID assigned by WeChat Pay. -
getSign
A signature. -
getTimestamp
Specifies the current time in epoch format. -
getPackage_
-
setAppId
app_id is the APP ID registered on WeChat open platform. -
setNonceStr
nonce_str is a random string. -
setPartnerId
an unique merchant ID assigned by WeChat Pay. -
setPrepayId
an unique trading ID assigned by WeChat Pay. -
setSign
A signature. -
setTimestamp
Specifies the current time in epoch format. -
setPackage_
-
equals
-
canEqual
-
hashCode
public int hashCode()
-