# `Stripe.Resources.WechatPayRedirectToAndroidApp`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/wechat_pay_redirect_to_android_app.ex#L2)

PaymentIntentNextActionWechatPayRedirectToAndroidApp

# `t`

```elixir
@type t() :: %Stripe.Resources.WechatPayRedirectToAndroidApp{
  app_id: String.t(),
  nonce_str: String.t(),
  package: String.t(),
  partner_id: String.t(),
  prepay_id: String.t(),
  sign: String.t(),
  timestamp: String.t()
}
```

* `app_id` - app_id is the APP ID registered on WeChat open platform Max length: 5000.
* `nonce_str` - nonce_str is a random string Max length: 5000.
* `package` - package is static value Max length: 5000.
* `partner_id` - an unique merchant ID assigned by WeChat Pay Max length: 5000.
* `prepay_id` - an unique trading ID assigned by WeChat Pay Max length: 5000.
* `sign` - A signature Max length: 5000.
* `timestamp` - Specifies the current time in epoch format Max length: 5000.

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
