Class: TencentCloud::Cpdp::V20190820::QueryOpenBankSubMerchantRateConfigureRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryOpenBankSubMerchantRateConfigureRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryOpenBankSubMerchantRateConfigure请求参数结构体
Instance Attribute Summary collapse
-
#ChannelMerchantId ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
-
#ChannelName ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
-
#ChannelProductFeeNo ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
-
#ChannelRegistrationNo ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
-
#ChannelSubMerchantId ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
-
#Environment ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
-
#OutProductFeeNo ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelregistrationno = nil, channelmerchantid = nil, channelsubmerchantid = nil, channelname = nil, channelproductfeeno = nil, outproductfeeno = nil, environment = nil) ⇒ QueryOpenBankSubMerchantRateConfigureRequest
constructor
A new instance of QueryOpenBankSubMerchantRateConfigureRequest.
Constructor Details
#initialize(channelregistrationno = nil, channelmerchantid = nil, channelsubmerchantid = nil, channelname = nil, channelproductfeeno = nil, outproductfeeno = nil, environment = nil) ⇒ QueryOpenBankSubMerchantRateConfigureRequest
Returns a new instance of QueryOpenBankSubMerchantRateConfigureRequest.
21101 21102 21103 21104 21105 21106 21107 21108 21109 |
# File 'lib/v20190820/models.rb', line 21101 def initialize(channelregistrationno=nil, channelmerchantid=nil, channelsubmerchantid=nil, channelname=nil, channelproductfeeno=nil, outproductfeeno=nil, environment=nil) @ChannelRegistrationNo = channelregistrationno @ChannelMerchantId = channelmerchantid @ChannelSubMerchantId = channelsubmerchantid @ChannelName = channelname @ChannelProductFeeNo = channelproductfeeno @OutProductFeeNo = outproductfeeno @Environment = environment end |
Instance Attribute Details
#ChannelMerchantId ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
21099 21100 21101 |
# File 'lib/v20190820/models.rb', line 21099 def ChannelMerchantId @ChannelMerchantId end |
#ChannelName ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
21099 21100 21101 |
# File 'lib/v20190820/models.rb', line 21099 def ChannelName @ChannelName end |
#ChannelProductFeeNo ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
21099 21100 21101 |
# File 'lib/v20190820/models.rb', line 21099 def ChannelProductFeeNo @ChannelProductFeeNo end |
#ChannelRegistrationNo ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
21099 21100 21101 |
# File 'lib/v20190820/models.rb', line 21099 def ChannelRegistrationNo @ChannelRegistrationNo end |
#ChannelSubMerchantId ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
21099 21100 21101 |
# File 'lib/v20190820/models.rb', line 21099 def ChannelSubMerchantId @ChannelSubMerchantId end |
#Environment ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
21099 21100 21101 |
# File 'lib/v20190820/models.rb', line 21099 def Environment @Environment end |
#OutProductFeeNo ⇒ Object
TENPAY: 商企付 WECHAT: 微信支付 ALIPAY: 支付宝 HELIPAY:合利宝 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
21099 21100 21101 |
# File 'lib/v20190820/models.rb', line 21099 def OutProductFeeNo @OutProductFeeNo end |
Instance Method Details
#deserialize(params) ⇒ Object
21111 21112 21113 21114 21115 21116 21117 21118 21119 |
# File 'lib/v20190820/models.rb', line 21111 def deserialize(params) @ChannelRegistrationNo = params['ChannelRegistrationNo'] @ChannelMerchantId = params['ChannelMerchantId'] @ChannelSubMerchantId = params['ChannelSubMerchantId'] @ChannelName = params['ChannelName'] @ChannelProductFeeNo = params['ChannelProductFeeNo'] @OutProductFeeNo = params['OutProductFeeNo'] @Environment = params['Environment'] end |