Class: TencentCloud::Cpdp::V20190820::QueryMemberTransactionDetailsRequest

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

Overview

QueryMemberTransactionDetails请求参数结构体

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) ⇒ QueryMemberTransactionDetailsRequest

Returns a new instance of QueryMemberTransactionDetailsRequest.



18670
18671
18672
18673
18674
18675
18676
18677
18678
18679
# File 'lib/v20190820/models.rb', line 18670

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:历史 1:全部 2:转出 3:转入 _平安渠道为资金汇总账号_ _平安渠道为见证子账户的账号_ __若是历史查询,则必输,当日查询时,不起作用;开始日期不能超过当前日期__ __若是历史查询,则必输,当日查询时,不起作用;终止日期不能超过当前日期__ __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_

Parameters:

  • QueryDateType:

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

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

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

  • QueryEndDate:

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

  • MidasEnvironment:

    环境名。



18668
18669
18670
# File 'lib/v20190820/models.rb', line 18668

def BankAccountNumber
  @BankAccountNumber
end

#MidasEnvironmentObject

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

Parameters:

  • QueryDateType:

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

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

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

  • QueryEndDate:

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

  • MidasEnvironment:

    环境名。



18668
18669
18670
# File 'lib/v20190820/models.rb', line 18668

def MidasEnvironment
  @MidasEnvironment
end

#PageOffSetObject

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

Parameters:

  • QueryDateType:

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

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

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

  • QueryEndDate:

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

  • MidasEnvironment:

    环境名。



18668
18669
18670
# File 'lib/v20190820/models.rb', line 18668

def PageOffSet
  @PageOffSet
end

#QueryDateTypeObject

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

Parameters:

  • QueryDateType:

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

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

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

  • QueryEndDate:

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

  • MidasEnvironment:

    环境名。



18668
18669
18670
# File 'lib/v20190820/models.rb', line 18668

def QueryDateType
  @QueryDateType
end

#QueryEndDateObject

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

Parameters:

  • QueryDateType:

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

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

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

  • QueryEndDate:

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

  • MidasEnvironment:

    环境名。



18668
18669
18670
# File 'lib/v20190820/models.rb', line 18668

def QueryEndDate
  @QueryEndDate
end

#QueryStartDateObject

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

Parameters:

  • QueryDateType:

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

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

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

  • QueryEndDate:

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

  • MidasEnvironment:

    环境名。



18668
18669
18670
# File 'lib/v20190820/models.rb', line 18668

def QueryStartDate
  @QueryStartDate
end

#QueryTranTypeObject

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

Parameters:

  • QueryDateType:

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

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

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

  • QueryEndDate:

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

  • MidasEnvironment:

    环境名。



18668
18669
18670
# File 'lib/v20190820/models.rb', line 18668

def QueryTranType
  @QueryTranType
end

#SubAccountNumberObject

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

Parameters:

  • QueryDateType:

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

  • QueryTranType:

    查询的交易类型。

  • BankAccountNumber:

    父账户账号。

  • SubAccountNumber:

    子账户账号。

  • PageOffSet:

    分页号, 起始值为1。

  • QueryStartDate:

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

  • QueryEndDate:

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

  • MidasEnvironment:

    环境名。



18668
18669
18670
# File 'lib/v20190820/models.rb', line 18668

def SubAccountNumber
  @SubAccountNumber
end

Instance Method Details

#deserialize(params) ⇒ Object



18681
18682
18683
18684
18685
18686
18687
18688
18689
18690
# File 'lib/v20190820/models.rb', line 18681

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