tencentcloud-sdk-cpdp 1.0.245 → 1.0.249
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 +8 -0
- 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: 2fae2e411ad348d6410802b64c5f7193f93645e7
|
4
|
+
data.tar.gz: c0e6eb1d2a1affc23094247f6545ead99e7a44a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff7ec4f029610dade31acab2ab5bd834c6e971dce3b090fe13ca7ab9d85d5b1087bbb99ebcf5af28d4bc8f906e96ceb5f359f7e5544e368dd4cd1cff1279bf24
|
7
|
+
data.tar.gz: 5a76872a8c13b3aa5e8fe106f4268fdf486fdfdef0a232fcacee05ba11cb529f95134242bcc8f1f56d18211a2b292a1d46b7d1f9a3eb8089e7afff4416572c28
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.249
|
data/lib/v20190820/models.rb
CHANGED
@@ -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
|
@@ -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
|
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.249
|
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-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|