tencentcloud-sdk-cpdp 1.0.244 → 1.0.248
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190820/models.rb +17 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8371ffde705512abf252bc93287fe384653a93be
|
4
|
+
data.tar.gz: 696db83a4d54e91c550e6064babef935ca5be231
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e7090c271240f6d2276c33b21f457efa2a325d9cc0c4826dfa99912c0ce64606e0f617a00b959bff141a05369de735672f0efd5868db2e200e3500c9afead64
|
7
|
+
data.tar.gz: f8646caf77c725b4102bd4c41ee5cfa0d3ac4eecf8ed7127f5b216412a2c7bbc5ebce4ffc6e66b4d58a44c2d468699746adf2ecad04a1f963a69b78944dfc323
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.248
|
data/lib/v20190820/models.rb
CHANGED
@@ -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
|
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,表示取不到有效值。
|
@@ -4558,6 +4558,8 @@ module TencentCloud
|
|
4558
4558
|
# CreateRedInvoice请求参数结构体
|
4559
4559
|
class CreateRedInvoiceRequest < TencentCloud::Common::AbstractModel
|
4560
4560
|
# @param InvoicePlatformId: 开票平台ID
|
4561
|
+
# 0 : 高灯
|
4562
|
+
# 1 : 票易通
|
4561
4563
|
# @type InvoicePlatformId: Integer
|
4562
4564
|
# @param Invoices: 红冲明细
|
4563
4565
|
# @type Invoices: Array
|
@@ -4692,6 +4694,8 @@ module TencentCloud
|
|
4692
4694
|
# CreateRedInvoiceV2请求参数结构体
|
4693
4695
|
class CreateRedInvoiceV2Request < TencentCloud::Common::AbstractModel
|
4694
4696
|
# @param InvoicePlatformId: 开票平台ID
|
4697
|
+
# 0 : 高灯
|
4698
|
+
# 1 : 票易通
|
4695
4699
|
# @type InvoicePlatformId: Integer
|
4696
4700
|
# @param OrderId: 订单号
|
4697
4701
|
# @type OrderId: String
|
@@ -9089,7 +9093,7 @@ module TencentCloud
|
|
9089
9093
|
# @param ErrMessage: 业务系统返回消息
|
9090
9094
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9091
9095
|
# @type ErrMessage: String
|
9092
|
-
# @param ErrCode:
|
9096
|
+
# @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
|
9093
9097
|
# @type ErrCode: String
|
9094
9098
|
# @param Result: 查询支付方式费率及自定义表单项响应对象
|
9095
9099
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -9805,6 +9809,8 @@ module TencentCloud
|
|
9805
9809
|
# QueryInvoice请求参数结构体
|
9806
9810
|
class QueryInvoiceRequest < TencentCloud::Common::AbstractModel
|
9807
9811
|
# @param InvoicePlatformId: 开票平台ID
|
9812
|
+
# 0 : 高灯
|
9813
|
+
# 1 : 票易通
|
9808
9814
|
# @type InvoicePlatformId: Integer
|
9809
9815
|
# @param OrderId: 订单号
|
9810
9816
|
# @type OrderId: String
|
@@ -9975,6 +9981,8 @@ module TencentCloud
|
|
9975
9981
|
# QueryInvoiceV2请求参数结构体
|
9976
9982
|
class QueryInvoiceV2Request < TencentCloud::Common::AbstractModel
|
9977
9983
|
# @param InvoicePlatformId: 开票平台ID
|
9984
|
+
# 0 : 高灯
|
9985
|
+
# 1 : 票易通
|
9978
9986
|
# @type InvoicePlatformId: Integer
|
9979
9987
|
# @param OrderId: 订单号
|
9980
9988
|
# @type OrderId: String
|
@@ -10683,7 +10691,7 @@ module TencentCloud
|
|
10683
10691
|
|
10684
10692
|
# QueryMerchantPayWayList返回参数结构体
|
10685
10693
|
class QueryMerchantPayWayListResponse < TencentCloud::Common::AbstractModel
|
10686
|
-
# @param ErrCode:
|
10694
|
+
# @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
|
10687
10695
|
# @type ErrCode: String
|
10688
10696
|
# @param ErrMessage: 业务系统返回消息
|
10689
10697
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -11060,7 +11068,7 @@ module TencentCloud
|
|
11060
11068
|
|
11061
11069
|
# QueryOrderStatus返回参数结构体
|
11062
11070
|
class QueryOrderStatusResponse < TencentCloud::Common::AbstractModel
|
11063
|
-
# @param ErrCode:
|
11071
|
+
# @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
|
11064
11072
|
# @type ErrCode: String
|
11065
11073
|
# @param ErrMessage: 业务系统返回消息
|
11066
11074
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -13523,7 +13531,7 @@ module TencentCloud
|
|
13523
13531
|
# @type RefundOrderName: String
|
13524
13532
|
# @param RefundAmount: 退款金额(以分为单位,没有小数点)
|
13525
13533
|
# @type RefundAmount: String
|
13526
|
-
# @param ShopPassword: 主管密码,对密码进行
|
13534
|
+
# @param ShopPassword: 主管密码,对密码进行SHA-1加密,默认为123456
|
13527
13535
|
# @type ShopPassword: String
|
13528
13536
|
# @param Remark: 退款备注
|
13529
13537
|
# @type Remark: String
|
@@ -13559,7 +13567,7 @@ module TencentCloud
|
|
13559
13567
|
|
13560
13568
|
# RefundTlinxOrder返回参数结构体
|
13561
13569
|
class RefundTlinxOrderResponse < TencentCloud::Common::AbstractModel
|
13562
|
-
# @param ErrCode:
|
13570
|
+
# @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
|
13563
13571
|
# @type ErrCode: String
|
13564
13572
|
# @param ErrMessage: 业务系统返回消息
|
13565
13573
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -15529,7 +15537,7 @@ module TencentCloud
|
|
15529
15537
|
# @param ErrMessage: 业务系统返回消息
|
15530
15538
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
15531
15539
|
# @type ErrMessage: String
|
15532
|
-
# @param ErrCode:
|
15540
|
+
# @param ErrCode: 业务系统返回码,0表示成功,其他表示失败。
|
15533
15541
|
# @type ErrCode: String
|
15534
15542
|
# @param Result: 统一下单响应对象
|
15535
15543
|
# 注意:此字段可能返回 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.
|
4
|
+
version: 1.0.248
|
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-
|
11
|
+
date: 2022-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|