SessionWechatPay constructor
const
SessionWechatPay({
- String? appId,
- required SessionClient client,
payment_method_options_param
contains details about the WeChat Pay payment method options.
Implementation
const SessionWechatPay({
this.appId,
required this.client,
});