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
For more details about WechatPayRedirectToAndroidApp, 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 booleanbooleangetAppId()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.inthashCode()voidapp_id is the APP ID registered on WeChat open platform.voidsetNonceStr(String nonceStr) nonce_str is a random string.voidsetPackage(String package_) voidsetPackage_(String package_) voidsetPartnerId(String partnerId) an unique merchant ID assigned by WeChat Pay.voidsetPrepayId(String prepayId) an unique trading ID assigned by WeChat Pay.voidA signature.voidsetTimestamp(String timestamp) Specifies the current time in epoch format.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-