wechatpayPos property

WeChatPayPosInfoBuilder get wechatpayPos

Implementation

WeChatPayPosInfoBuilder get wechatpayPos =>
    _$this._wechatpayPos ??= WeChatPayPosInfoBuilder();
set wechatpayPos (WeChatPayPosInfoBuilder? wechatpayPos)

Implementation

set wechatpayPos(WeChatPayPosInfoBuilder? wechatpayPos) =>
    _$this._wechatpayPos = wechatpayPos;