Class AmountBeforeTaxResult

    • Constructor Detail

      • AmountBeforeTaxResult

        public AmountBeforeTaxResult()
      • AmountBeforeTaxResult

        public AmountBeforeTaxResult​(AmountBeforeTaxResult source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getAmountBeforeTax

        public String getAmountBeforeTax()
        Get 税前金额 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AmountBeforeTax 税前金额 注意:此字段可能返回 null,表示取不到有效值。
      • setAmountBeforeTax

        public void setAmountBeforeTax​(String AmountBeforeTax)
        Set 税前金额 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AmountBeforeTax - 税前金额 注意:此字段可能返回 null,表示取不到有效值。
      • getAmountBeforeTaxWithTwoDigitPrecision

        public String getAmountBeforeTaxWithTwoDigitPrecision()
        Get 两位精度税前金额 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AmountBeforeTaxWithTwoDigitPrecision 两位精度税前金额 注意:此字段可能返回 null,表示取不到有效值。
      • setAmountBeforeTaxWithTwoDigitPrecision

        public void setAmountBeforeTaxWithTwoDigitPrecision​(String AmountBeforeTaxWithTwoDigitPrecision)
        Set 两位精度税前金额 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AmountBeforeTaxWithTwoDigitPrecision - 两位精度税前金额 注意:此字段可能返回 null,表示取不到有效值。