Class: TencentCloud::Cpdp::V20190820::QueryFlexPayeeAccountBalanceRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryFlexPayeeAccountBalanceRequest
- Defined in:
- lib/v20190820/models.rb
Overview
QueryFlexPayeeAccountBalance请求参数结构体
Instance Attribute Summary collapse
-
#Environment ⇒ Object
LABOR:劳务所得 OCCASION:偶然所得 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境.
-
#IncomeType ⇒ Object
LABOR:劳务所得 OCCASION:偶然所得 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境.
-
#PayeeId ⇒ Object
LABOR:劳务所得 OCCASION:偶然所得 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境.
-
#SnapshotDate ⇒ Object
LABOR:劳务所得 OCCASION:偶然所得 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(payeeid = nil, incometype = nil, environment = nil, snapshotdate = nil) ⇒ QueryFlexPayeeAccountBalanceRequest
constructor
A new instance of QueryFlexPayeeAccountBalanceRequest.
Constructor Details
#initialize(payeeid = nil, incometype = nil, environment = nil, snapshotdate = nil) ⇒ QueryFlexPayeeAccountBalanceRequest
Returns a new instance of QueryFlexPayeeAccountBalanceRequest.
17400 17401 17402 17403 17404 17405 |
# File 'lib/v20190820/models.rb', line 17400 def initialize(payeeid=nil, incometype=nil, environment=nil, snapshotdate=nil) @PayeeId = payeeid @IncomeType = incometype @Environment = environment @SnapshotDate = snapshotdate end |
Instance Attribute Details
#Environment ⇒ Object
LABOR:劳务所得 OCCASION:偶然所得 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
17398 17399 17400 |
# File 'lib/v20190820/models.rb', line 17398 def Environment @Environment end |
#IncomeType ⇒ Object
LABOR:劳务所得 OCCASION:偶然所得 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
17398 17399 17400 |
# File 'lib/v20190820/models.rb', line 17398 def IncomeType @IncomeType end |
#PayeeId ⇒ Object
LABOR:劳务所得 OCCASION:偶然所得 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
17398 17399 17400 |
# File 'lib/v20190820/models.rb', line 17398 def PayeeId @PayeeId end |
#SnapshotDate ⇒ Object
LABOR:劳务所得 OCCASION:偶然所得 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
17398 17399 17400 |
# File 'lib/v20190820/models.rb', line 17398 def SnapshotDate @SnapshotDate end |
Instance Method Details
#deserialize(params) ⇒ Object
17407 17408 17409 17410 17411 17412 |
# File 'lib/v20190820/models.rb', line 17407 def deserialize(params) @PayeeId = params['PayeeId'] @IncomeType = params['IncomeType'] @Environment = params['Environment'] @SnapshotDate = params['SnapshotDate'] end |