Class: TencentCloud::Cpdp::V20190820::AmountBeforeTaxResult

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(amountbeforetax = nil, amountbeforetaxwithtwodigitprecision = nil) ⇒ AmountBeforeTaxResult

Returns a new instance of AmountBeforeTaxResult.



1021
1022
1023
1024
# File 'lib/v20190820/models.rb', line 1021

def initialize(amountbeforetax=nil, amountbeforetaxwithtwodigitprecision=nil)
  @AmountBeforeTax = amountbeforetax
  @AmountBeforeTaxWithTwoDigitPrecision = amountbeforetaxwithtwodigitprecision
end

Instance Attribute Details

#AmountBeforeTaxObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • AmountBeforeTax:

    税前金额

  • AmountBeforeTaxWithTwoDigitPrecision:

    两位精度税前金额



1019
1020
1021
# File 'lib/v20190820/models.rb', line 1019

def AmountBeforeTax
  @AmountBeforeTax
end

#AmountBeforeTaxWithTwoDigitPrecisionObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • AmountBeforeTax:

    税前金额

  • AmountBeforeTaxWithTwoDigitPrecision:

    两位精度税前金额



1019
1020
1021
# File 'lib/v20190820/models.rb', line 1019

def AmountBeforeTaxWithTwoDigitPrecision
  @AmountBeforeTaxWithTwoDigitPrecision
end

Instance Method Details

#deserialize(params) ⇒ Object



1026
1027
1028
1029
# File 'lib/v20190820/models.rb', line 1026

def deserialize(params)
  @AmountBeforeTax = params['AmountBeforeTax']
  @AmountBeforeTaxWithTwoDigitPrecision = params['AmountBeforeTaxWithTwoDigitPrecision']
end