tencentcloud-sdk-cpdp 1.0.241 → 1.0.245

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae97fbe52187e15840257cdf0ba6f83ce7fcd707
4
- data.tar.gz: 5fa86f61ba3a621819c0fe006ca5ce6f74007e8f
3
+ metadata.gz: b8daad94c1bae6872ae263c64c2e81ae80aa6612
4
+ data.tar.gz: d25355005aeecc33cafc443482799384aea3f6a1
5
5
  SHA512:
6
- metadata.gz: b856006d86e8e015aee8a82a8bb3dba35669be887e51a08e1ce80d5b2ad25a25132dd08edae165be21cf027ea0fd253b22bf3ba5193990691d21c9fd4dd78646
7
- data.tar.gz: 35420f90c20fb70a6c938e997fddf73a03765a5c8867924d64aaf3b1a9e66be4716dacaf6fa7811dc7ea368a608916637c74b14d1904ab335a4beaa6d9c3902f
6
+ metadata.gz: 3f3dfeee281ac02c9fcefb3d2ec83772b3f6f281dfb2eb8008fed37a80083349df9b5065d336084a7ac7272d648b84cf8a754119d084ffe1f32b2ecb7734ede1
7
+ data.tar.gz: 0cf93ff4ddf45f59ce34f7f6d32d712303aaedef207ad7c3d08ecf86079132d79e570fd00e5408fd187f8f5b1edd091164dbc539ae464bb780e61b39696a0479
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.241
1
+ 1.0.245
@@ -260,7 +260,7 @@ module TencentCloud
260
260
  # @type BrandName: String
261
261
  # @param OpenKey: 收单系统分配的密钥
262
262
  # @type OpenKey: String
263
- # @param BusinessLicenseEndDate: 营业执照过期时间(yyyy-mm-dd
263
+ # @param BusinessLicenseEndDate: 营业执照过期时间(yyyy-mm-dd),(小微商户不效验,随意传要有值,公司/个体户必传)
264
264
  # @type BusinessLicenseEndDate: String
265
265
  # @param BossStartDate: 法人证件生效时间(yyyy-mm-dd)
266
266
  # @type BossStartDate: String
@@ -366,7 +366,7 @@ module TencentCloud
366
366
  # @type OtherPictureFour: String
367
367
  # @param TaxRegistrationNo: 税务登记证号
368
368
  # @type TaxRegistrationNo: String
369
- # @param Type: 商户类型:1-个人,2-小微,3-企事业。不传默认为2-小微商户。
369
+ # @param Type: 商户类型:1-个体,2-小微,3-企业。不传默认为2-小微商户。
370
370
  # @type Type: String
371
371
 
372
372
  attr_accessor :BossName, :BusinessLicensePicture, :BrandName, :OpenKey, :BusinessLicenseEndDate, :BossStartDate, :BankNo, :BankName, :BusinessLicenseType, :BossEndDate, :BusinessLicenseNo, :BusinessLicenseStartDate, :BossIdType, :Address, :BossIdCountry, :OpenId, :MerchantName, :BossSex, :ClassificationIds, :BossIdNo, :LicencePicture, :OpenHours, :AccountName, :AccountNo, :AccountType, :Telephone, :BossPositive, :CityId, :BossBack, :OutMerchantId, :OrganizationStartDate, :AccountIdNo, :FinancialContact, :AccountIdType, :OrganizationNo, :OtherPictureOne, :FinancialTelephone, :Profile, :OrganizationPicture, :TaxRegistrationStartDate, :Tag, :AccountBoss, :BossTelephone, :TaxRegistrationPicture, :OrganizationEndDate, :BossJob, :OtherPictureThree, :LicencePictureTwo, :Logo, :BossAddress, :BossEmail, :OtherPictureTwo, :Intro, :AccountManagerName, :TaxRegistrationEndDate, :OtherPictureFour, :TaxRegistrationNo, :Type
@@ -499,7 +499,7 @@ module TencentCloud
499
499
  # @param ErrMessage: 业务系统返回消息
500
500
  # 注意:此字段可能返回 null,表示取不到有效值。
501
501
  # @type ErrMessage: String
502
- # @param ErrCode: 业务系统返回码
502
+ # @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
503
503
  # @type ErrCode: String
504
504
  # @param Result: 添加商户响应对象
505
505
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -9089,7 +9089,7 @@ module TencentCloud
9089
9089
  # @param ErrMessage: 业务系统返回消息
9090
9090
  # 注意:此字段可能返回 null,表示取不到有效值。
9091
9091
  # @type ErrMessage: String
9092
- # @param ErrCode: 业务系统返回码
9092
+ # @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
9093
9093
  # @type ErrCode: String
9094
9094
  # @param Result: 查询支付方式费率及自定义表单项响应对象
9095
9095
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10683,7 +10683,7 @@ module TencentCloud
10683
10683
 
10684
10684
  # QueryMerchantPayWayList返回参数结构体
10685
10685
  class QueryMerchantPayWayListResponse < TencentCloud::Common::AbstractModel
10686
- # @param ErrCode: 业务系统返回码
10686
+ # @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
10687
10687
  # @type ErrCode: String
10688
10688
  # @param ErrMessage: 业务系统返回消息
10689
10689
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11060,7 +11060,7 @@ module TencentCloud
11060
11060
 
11061
11061
  # QueryOrderStatus返回参数结构体
11062
11062
  class QueryOrderStatusResponse < TencentCloud::Common::AbstractModel
11063
- # @param ErrCode: 业务系统返回码
11063
+ # @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
11064
11064
  # @type ErrCode: String
11065
11065
  # @param ErrMessage: 业务系统返回消息
11066
11066
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -13523,7 +13523,7 @@ module TencentCloud
13523
13523
  # @type RefundOrderName: String
13524
13524
  # @param RefundAmount: 退款金额(以分为单位,没有小数点)
13525
13525
  # @type RefundAmount: String
13526
- # @param ShopPassword: 主管密码,对密码进行sha1加密,默认为123456
13526
+ # @param ShopPassword: 主管密码,对密码进行SHA-1加密,默认为123456
13527
13527
  # @type ShopPassword: String
13528
13528
  # @param Remark: 退款备注
13529
13529
  # @type Remark: String
@@ -13559,7 +13559,7 @@ module TencentCloud
13559
13559
 
13560
13560
  # RefundTlinxOrder返回参数结构体
13561
13561
  class RefundTlinxOrderResponse < TencentCloud::Common::AbstractModel
13562
- # @param ErrCode: 业务系统返回码
13562
+ # @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
13563
13563
  # @type ErrCode: String
13564
13564
  # @param ErrMessage: 业务系统返回消息
13565
13565
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -15529,7 +15529,7 @@ module TencentCloud
15529
15529
  # @param ErrMessage: 业务系统返回消息
15530
15530
  # 注意:此字段可能返回 null,表示取不到有效值。
15531
15531
  # @type ErrMessage: String
15532
- # @param ErrCode: 业务系统返回码
15532
+ # @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
15533
15533
  # @type ErrCode: String
15534
15534
  # @param Result: 统一下单响应对象
15535
15535
  # 注意:此字段可能返回 null,表示取不到有效值。
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: 1.0.241
4
+ version: 1.0.245
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-01-13 00:00:00.000000000 Z
11
+ date: 2022-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common