tencentcloud-sdk-cpdp 3.0.403 → 3.0.406

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: c939f74f844825d8fe307f6ce3041bb88de67192
4
+ data.tar.gz: 2c6f763380cc583eddb4e28cef132625b6c79b4b
5
5
  SHA512:
6
- metadata.gz: 9294cf2b8e66069a6b198aebe02b2a25407e4f3f4c24c5ad912cbb8b72618c174b5976cc6e5f843005a0056ce9a4f08986fd3a276827c0522e1b20cb7868ee84
7
- data.tar.gz: addd8b31df9086941ad577870eff56b202277299d7079327782491301979013ebd36e664b36cbc9da2813a8c37ea9b5138db46f742dc3d649cd5ce271a5c353e
6
+ metadata.gz: 00b1bec9d180b823486b67271c85ddd35906380a900ad5e96fe3694ea379ee007cc4bdd93a51636a504e3f79e0edd61e6d26b4d92b6fa78648f5cec10a71b698
7
+ data.tar.gz: 05e3b5ec5e8f75f339e17a147402a62a0d85a41c66da8d1817e340058b6eb2372a760a7a9dbda3b69311c16304c50f95f356b31622ba5fd7c1e50945a74251e0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.403
1
+ 3.0.406
@@ -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.406
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-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common