Class: TencentCloud::Intlpartnersmgt::V20220928::QueryVoucherListByUinVoucherItem

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

Overview

子客代金券数据

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(voucherid = nil, voucherstatus = nil, totalamount = nil, remainamount = nil) ⇒ QueryVoucherListByUinVoucherItem

Returns a new instance of QueryVoucherListByUinVoucherItem.



717
718
719
720
721
722
# File 'lib/v20220928/models.rb', line 717

def initialize(voucherid=nil, voucherstatus=nil, totalamount=nil, remainamount=nil)
  @VoucherId = voucherid
  @VoucherStatus = voucherstatus
  @TotalAmount = totalamount
  @RemainAmount = remainamount
end

Instance Attribute Details

#RemainAmountObject

Parameters:

  • VoucherId:

    券号

  • VoucherStatus:

    状态

  • TotalAmount:

    面额

  • RemainAmount:

    余额



715
716
717
# File 'lib/v20220928/models.rb', line 715

def RemainAmount
  @RemainAmount
end

#TotalAmountObject

Parameters:

  • VoucherId:

    券号

  • VoucherStatus:

    状态

  • TotalAmount:

    面额

  • RemainAmount:

    余额



715
716
717
# File 'lib/v20220928/models.rb', line 715

def TotalAmount
  @TotalAmount
end

#VoucherIdObject

Parameters:

  • VoucherId:

    券号

  • VoucherStatus:

    状态

  • TotalAmount:

    面额

  • RemainAmount:

    余额



715
716
717
# File 'lib/v20220928/models.rb', line 715

def VoucherId
  @VoucherId
end

#VoucherStatusObject

Parameters:

  • VoucherId:

    券号

  • VoucherStatus:

    状态

  • TotalAmount:

    面额

  • RemainAmount:

    余额



715
716
717
# File 'lib/v20220928/models.rb', line 715

def VoucherStatus
  @VoucherStatus
end

Instance Method Details

#deserialize(params) ⇒ Object



724
725
726
727
728
729
# File 'lib/v20220928/models.rb', line 724

def deserialize(params)
  @VoucherId = params['VoucherId']
  @VoucherStatus = params['VoucherStatus']
  @TotalAmount = params['TotalAmount']
  @RemainAmount = params['RemainAmount']
end