tencentcloud-sdk-cpdp 3.0.403 → 3.0.404

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190820/models.rb +21 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20fc604dd24e35958dc72dda1a34595c298edc22
4
- data.tar.gz: e73f83e70dcc0bfbf4959f9c5cdd0b619652daaf
3
+ metadata.gz: 2fdc8f55ba557b6c0ce52dfd900d4d5f15a767d1
4
+ data.tar.gz: f0f5c04b36670e5e596a664723cc079fbafae2f8
5
5
  SHA512:
6
- metadata.gz: 9294cf2b8e66069a6b198aebe02b2a25407e4f3f4c24c5ad912cbb8b72618c174b5976cc6e5f843005a0056ce9a4f08986fd3a276827c0522e1b20cb7868ee84
7
- data.tar.gz: addd8b31df9086941ad577870eff56b202277299d7079327782491301979013ebd36e664b36cbc9da2813a8c37ea9b5138db46f742dc3d649cd5ce271a5c353e
6
+ metadata.gz: ae6b2dc1531f332350a14ffd43dcf8a9b120267fae3666d2d0641ec75bd3eb100af1edbb2f8e3addf0532745b02dc32ae52cf42b02da1c9db4e0799fd950e769
7
+ data.tar.gz: 7321e5f2b4ce3fd6afbdb8e3cd329d7a7dbc492258b105c5790d43a93632182d0ab9b4a9a3f40e92af4503c9c9229b760b0c63e09cbc42299401d7b859bec7c0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.403
1
+ 3.0.404
@@ -4876,10 +4876,23 @@ module TencentCloud
4876
4876
  # @type SubMerchantStoreName: String
4877
4877
  # @param OrganizationInfo: 公司信息
4878
4878
  # @type OrganizationInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OrganizationInfo`
4879
+ # @param SubMerchantIdType: 子商户证件类型
4880
+ # 1 - 身份证
4881
+ # 3 - 回乡证
4882
+ # 4 - 中国护照
4883
+ # 5 - 台胞证
4884
+ # 19 - 外国护照
4885
+ # 52 - 组织机构代码证
4886
+ # 68 - 营业执照
4887
+ # 73 - 统一社会信用代码
4888
+ # @type SubMerchantIdType: String
4889
+ # @param SubMerchantIdCode: 子商户证件号码
4890
+ # <敏感信息>加密详见<a href="https://cloud.tencent.com/document/product/1122/48979" target="_blank">《商户端接口敏感信息加密说明》</a>
4891
+ # @type SubMerchantIdCode: String
4879
4892
 
4880
- attr_accessor :MidasAppId, :SubMchId, :SubMchName, :Address, :Contact, :Mobile, :Email, :MidasSecretId, :MidasSignature, :SubMchType, :ShortName, :SubMerchantMemberType, :SubMerchantKey, :SubMerchantPrivateKey, :EncryptType, :SubAcctNo, :MidasEnvironment, :SubMerchantStoreName, :OrganizationInfo
4893
+ attr_accessor :MidasAppId, :SubMchId, :SubMchName, :Address, :Contact, :Mobile, :Email, :MidasSecretId, :MidasSignature, :SubMchType, :ShortName, :SubMerchantMemberType, :SubMerchantKey, :SubMerchantPrivateKey, :EncryptType, :SubAcctNo, :MidasEnvironment, :SubMerchantStoreName, :OrganizationInfo, :SubMerchantIdType, :SubMerchantIdCode
4881
4894
 
4882
- def initialize(midasappid=nil, submchid=nil, submchname=nil, address=nil, contact=nil, mobile=nil, email=nil, midassecretid=nil, midassignature=nil, submchtype=nil, shortname=nil, submerchantmembertype=nil, submerchantkey=nil, submerchantprivatekey=nil, encrypttype=nil, subacctno=nil, midasenvironment=nil, submerchantstorename=nil, organizationinfo=nil)
4895
+ def initialize(midasappid=nil, submchid=nil, submchname=nil, address=nil, contact=nil, mobile=nil, email=nil, midassecretid=nil, midassignature=nil, submchtype=nil, shortname=nil, submerchantmembertype=nil, submerchantkey=nil, submerchantprivatekey=nil, encrypttype=nil, subacctno=nil, midasenvironment=nil, submerchantstorename=nil, organizationinfo=nil, submerchantidtype=nil, submerchantidcode=nil)
4883
4896
  @MidasAppId = midasappid
4884
4897
  @SubMchId = submchid
4885
4898
  @SubMchName = submchname
@@ -4899,6 +4912,8 @@ module TencentCloud
4899
4912
  @MidasEnvironment = midasenvironment
4900
4913
  @SubMerchantStoreName = submerchantstorename
4901
4914
  @OrganizationInfo = organizationinfo
4915
+ @SubMerchantIdType = submerchantidtype
4916
+ @SubMerchantIdCode = submerchantidcode
4902
4917
  end
4903
4918
 
4904
4919
  def deserialize(params)
@@ -4924,6 +4939,8 @@ module TencentCloud
4924
4939
  @OrganizationInfo = OrganizationInfo.new
4925
4940
  @OrganizationInfo.deserialize(params['OrganizationInfo'])
4926
4941
  end
4942
+ @SubMerchantIdType = params['SubMerchantIdType']
4943
+ @SubMerchantIdCode = params['SubMerchantIdCode']
4927
4944
  end
4928
4945
  end
4929
4946
 
@@ -19040,6 +19057,8 @@ module TencentCloud
19040
19057
  # CLOSED:关单
19041
19058
  # PAY_FAIL:支付失败
19042
19059
  # REVOKE:退票
19060
+ # PART_REFUND:部分退款
19061
+ # FULL_REFUND:全部退款
19043
19062
  # @type OrderStatus: String
19044
19063
  # @param ChannelName: 支付渠道名称,如TENPAY
19045
19064
  # @type ChannelName: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cpdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.403
4
+ version: 3.0.404
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-02 00:00:00.000000000 Z
11
+ date: 2022-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common