Class: TencentCloud::Intlpartnersmgt::V20220928::QueryVoucherListByUinVoucherItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Intlpartnersmgt::V20220928::QueryVoucherListByUinVoucherItem
- Defined in:
- lib/v20220928/models.rb
Overview
子客代金券数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(voucherid = nil, voucherstatus = nil, totalamount = nil, remainamount = nil) ⇒ QueryVoucherListByUinVoucherItem
constructor
A new instance of QueryVoucherListByUinVoucherItem.
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
#RemainAmount ⇒ Object
715 716 717 |
# File 'lib/v20220928/models.rb', line 715 def RemainAmount @RemainAmount end |
#TotalAmount ⇒ Object
715 716 717 |
# File 'lib/v20220928/models.rb', line 715 def TotalAmount @TotalAmount end |
#VoucherId ⇒ Object
715 716 717 |
# File 'lib/v20220928/models.rb', line 715 def VoucherId @VoucherId end |
#VoucherStatus ⇒ Object
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 |