Class: TencentCloud::Cpdp::V20190820::BindOpenBankProfitSharePayeeResult

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

Overview

绑定分账收款方响应

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountid = nil, accountno = nil, currency = nil) ⇒ BindOpenBankProfitSharePayeeResult

Returns a new instance of BindOpenBankProfitSharePayeeResult.



3117
3118
3119
3120
3121
# File 'lib/v20190820/models.rb', line 3117

def initialize(accountid=nil, accountno=nil, currency=nil)
  @AccountId = accountid
  @AccountNo = accountno
  @Currency = currency
end

Instance Attribute Details

#AccountIdObject

Parameters:

  • AccountId:

    账户ID。受益人ID

  • AccountNo:

    账户号,通联渠道指客户银行账号

  • Currency:

    账户货币。参考附录“币种类型”。



3115
3116
3117
# File 'lib/v20190820/models.rb', line 3115

def AccountId
  @AccountId
end

#AccountNoObject

Parameters:

  • AccountId:

    账户ID。受益人ID

  • AccountNo:

    账户号,通联渠道指客户银行账号

  • Currency:

    账户货币。参考附录“币种类型”。



3115
3116
3117
# File 'lib/v20190820/models.rb', line 3115

def AccountNo
  @AccountNo
end

#CurrencyObject

Parameters:

  • AccountId:

    账户ID。受益人ID

  • AccountNo:

    账户号,通联渠道指客户银行账号

  • Currency:

    账户货币。参考附录“币种类型”。



3115
3116
3117
# File 'lib/v20190820/models.rb', line 3115

def Currency
  @Currency
end

Instance Method Details

#deserialize(params) ⇒ Object



3123
3124
3125
3126
3127
# File 'lib/v20190820/models.rb', line 3123

def deserialize(params)
  @AccountId = params['AccountId']
  @AccountNo = params['AccountNo']
  @Currency = params['Currency']
end