Class: TencentCloud::Cpdp::V20190820::QueryFundsTransactionDetailsRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

QueryFundsTransactionDetails请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(querydatetype = nil, querytrantype = nil, bankaccountnumber = nil, subaccountnumber = nil, pageoffset = nil, querystartdate = nil, queryenddate = nil, midasenvironment = nil) ⇒ QueryFundsTransactionDetailsRequest

Returns a new instance of QueryFundsTransactionDetailsRequest.



18057
18058
18059
18060
18061
18062
18063
18064
18065
18066
# File 'lib/v20190820/models.rb', line 18057

def initialize(querydatetype=nil, querytrantype=nil, bankaccountnumber=nil, subaccountnumber=nil, pageoffset=nil, querystartdate=nil, queryenddate=nil, midasenvironment=nil)
  @QueryDateType = querydatetype
  @QueryTranType = querytrantype
  @BankAccountNumber = bankaccountnumber
  @SubAccountNumber = subaccountnumber
  @PageOffSet = pageoffset
  @QueryStartDate = querystartdate
  @QueryEndDate = queryenddate
  @MidasEnvironment = midasenvironment
end

Instance Attribute Details

#BankAccountNumberObject

1:当日 2:历史 2:提现/退款 3:清分/充值 _平安渠道为资金汇总账号_ _平安渠道为见证子账户的账号_ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__ __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_

Parameters:

  • QueryDateType:

    查询的交易发生时间类型。

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

    查询开始日期,格式:yyyyMMdd。

  • QueryEndDate:

    查询终止日期,格式:yyyyMMdd。

  • MidasEnvironment:

    环境名。



18055
18056
18057
# File 'lib/v20190820/models.rb', line 18055

def BankAccountNumber
  @BankAccountNumber
end

#MidasEnvironmentObject

1:当日 2:历史 2:提现/退款 3:清分/充值 _平安渠道为资金汇总账号_ _平安渠道为见证子账户的账号_ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__ __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_

Parameters:

  • QueryDateType:

    查询的交易发生时间类型。

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

    查询开始日期,格式:yyyyMMdd。

  • QueryEndDate:

    查询终止日期,格式:yyyyMMdd。

  • MidasEnvironment:

    环境名。



18055
18056
18057
# File 'lib/v20190820/models.rb', line 18055

def MidasEnvironment
  @MidasEnvironment
end

#PageOffSetObject

1:当日 2:历史 2:提现/退款 3:清分/充值 _平安渠道为资金汇总账号_ _平安渠道为见证子账户的账号_ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__ __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_

Parameters:

  • QueryDateType:

    查询的交易发生时间类型。

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

    查询开始日期,格式:yyyyMMdd。

  • QueryEndDate:

    查询终止日期,格式:yyyyMMdd。

  • MidasEnvironment:

    环境名。



18055
18056
18057
# File 'lib/v20190820/models.rb', line 18055

def PageOffSet
  @PageOffSet
end

#QueryDateTypeObject

1:当日 2:历史 2:提现/退款 3:清分/充值 _平安渠道为资金汇总账号_ _平安渠道为见证子账户的账号_ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__ __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_

Parameters:

  • QueryDateType:

    查询的交易发生时间类型。

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

    查询开始日期,格式:yyyyMMdd。

  • QueryEndDate:

    查询终止日期,格式:yyyyMMdd。

  • MidasEnvironment:

    环境名。



18055
18056
18057
# File 'lib/v20190820/models.rb', line 18055

def QueryDateType
  @QueryDateType
end

#QueryEndDateObject

1:当日 2:历史 2:提现/退款 3:清分/充值 _平安渠道为资金汇总账号_ _平安渠道为见证子账户的账号_ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__ __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_

Parameters:

  • QueryDateType:

    查询的交易发生时间类型。

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

    查询开始日期,格式:yyyyMMdd。

  • QueryEndDate:

    查询终止日期,格式:yyyyMMdd。

  • MidasEnvironment:

    环境名。



18055
18056
18057
# File 'lib/v20190820/models.rb', line 18055

def QueryEndDate
  @QueryEndDate
end

#QueryStartDateObject

1:当日 2:历史 2:提现/退款 3:清分/充值 _平安渠道为资金汇总账号_ _平安渠道为见证子账户的账号_ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__ __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_

Parameters:

  • QueryDateType:

    查询的交易发生时间类型。

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

    查询开始日期,格式:yyyyMMdd。

  • QueryEndDate:

    查询终止日期,格式:yyyyMMdd。

  • MidasEnvironment:

    环境名。



18055
18056
18057
# File 'lib/v20190820/models.rb', line 18055

def QueryStartDate
  @QueryStartDate
end

#QueryTranTypeObject

1:当日 2:历史 2:提现/退款 3:清分/充值 _平安渠道为资金汇总账号_ _平安渠道为见证子账户的账号_ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__ __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_

Parameters:

  • QueryDateType:

    查询的交易发生时间类型。

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

    查询开始日期,格式:yyyyMMdd。

  • QueryEndDate:

    查询终止日期,格式:yyyyMMdd。

  • MidasEnvironment:

    环境名。



18055
18056
18057
# File 'lib/v20190820/models.rb', line 18055

def QueryTranType
  @QueryTranType
end

#SubAccountNumberObject

1:当日 2:历史 2:提现/退款 3:清分/充值 _平安渠道为资金汇总账号_ _平安渠道为见证子账户的账号_ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__ __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_

Parameters:

  • QueryDateType:

    查询的交易发生时间类型。

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

    查询开始日期,格式:yyyyMMdd。

  • QueryEndDate:

    查询终止日期,格式:yyyyMMdd。

  • MidasEnvironment:

    环境名。



18055
18056
18057
# File 'lib/v20190820/models.rb', line 18055

def SubAccountNumber
  @SubAccountNumber
end

Instance Method Details

#deserialize(params) ⇒ Object



18068
18069
18070
18071
18072
18073
18074
18075
18076
18077
# File 'lib/v20190820/models.rb', line 18068

def deserialize(params)
  @QueryDateType = params['QueryDateType']
  @QueryTranType = params['QueryTranType']
  @BankAccountNumber = params['BankAccountNumber']
  @SubAccountNumber = params['SubAccountNumber']
  @PageOffSet = params['PageOffSet']
  @QueryStartDate = params['QueryStartDate']
  @QueryEndDate = params['QueryEndDate']
  @MidasEnvironment = params['MidasEnvironment']
end