PaymentIntentNextActionWechatPayRedirectToAndroidApp constructor

const PaymentIntentNextActionWechatPayRedirectToAndroidApp({
  1. required String appId,
  2. required String nonceStr,
  3. required String package,
  4. required String partnerId,
  5. required String prepayId,
  6. required String sign,
  7. required String timestamp,
})

PaymentIntentNextActionWechatPayRedirectToAndroidApp

Implementation

const PaymentIntentNextActionWechatPayRedirectToAndroidApp({
  required this.appId,
  required this.nonceStr,
  required this.package,
  required this.partnerId,
  required this.prepayId,
  required this.sign,
  required this.timestamp,
});