NextAction.wechatPayRedirect constructor
- @JsonSerializable(explicitToJson: true)
- @FreezedUnionValue('weChatRedirect')
- String? redirectUrl,
Contains the url for the wechat redirect QR code
Implementation
@JsonSerializable(explicitToJson: true)
@FreezedUnionValue('weChatRedirect')
const factory NextAction.wechatPayRedirect({
/// Url to the Qr code.
String? redirectUrl,
}) = _NextActionWeChatRedirect;