SessionWechatPay constructor

const SessionWechatPay({
  1. String? appId,
  2. required SessionClient client,
})

payment_method_options_param

contains details about the WeChat Pay payment method options.

Implementation

const SessionWechatPay({
  this.appId,
  required this.client,
});