Class: TencentCloud::Cpdp::V20190820::AmountBeforeTaxResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::AmountBeforeTaxResult
- Defined in:
- lib/v20190820/models.rb
Overview
税前金额结果
Instance Attribute Summary collapse
-
#AmountBeforeTax ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#AmountBeforeTaxWithTwoDigitPrecision ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(amountbeforetax = nil, amountbeforetaxwithtwodigitprecision = nil) ⇒ AmountBeforeTaxResult
constructor
A new instance of AmountBeforeTaxResult.
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
#AmountBeforeTax ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1019 1020 1021 |
# File 'lib/v20190820/models.rb', line 1019 def AmountBeforeTax @AmountBeforeTax end |
#AmountBeforeTaxWithTwoDigitPrecision ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
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 |