Class SummaryDetail

    • Constructor Detail

      • SummaryDetail

        public SummaryDetail()
      • SummaryDetail

        public SummaryDetail​(SummaryDetail 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

      • getGroupKey

        public String getGroupKey()
        Get 账单维度编码 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GroupKey 账单维度编码 注意:此字段可能返回 null,表示取不到有效值。
      • setGroupKey

        public void setGroupKey​(String GroupKey)
        Set 账单维度编码 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GroupKey - 账单维度编码 注意:此字段可能返回 null,表示取不到有效值。
      • getGroupValue

        public String getGroupValue()
        Get 账单维度值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GroupValue 账单维度值 注意:此字段可能返回 null,表示取不到有效值。
      • setGroupValue

        public void setGroupValue​(String GroupValue)
        Set 账单维度值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GroupValue - 账单维度值 注意:此字段可能返回 null,表示取不到有效值。
      • getTotalCost

        public String getTotalCost()
        Get 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
        Returns:
        TotalCost 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
      • setTotalCost

        public void setTotalCost​(String TotalCost)
        Set 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
        Parameters:
        TotalCost - 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
      • getRealTotalCost

        public String getRealTotalCost()
        Get 优惠后总价
        Returns:
        RealTotalCost 优惠后总价
      • setRealTotalCost

        public void setRealTotalCost​(String RealTotalCost)
        Set 优惠后总价
        Parameters:
        RealTotalCost - 优惠后总价
      • getCashPayAmount

        public String getCashPayAmount()
        Get 现金账户支出:通过现金账户支付的金额
        Returns:
        CashPayAmount 现金账户支出:通过现金账户支付的金额
      • setCashPayAmount

        public void setCashPayAmount​(String CashPayAmount)
        Set 现金账户支出:通过现金账户支付的金额
        Parameters:
        CashPayAmount - 现金账户支出:通过现金账户支付的金额
      • getIncentivePayAmount

        public String getIncentivePayAmount()
        Get 赠送账户支出:使用赠送金支付的金额
        Returns:
        IncentivePayAmount 赠送账户支出:使用赠送金支付的金额
      • setIncentivePayAmount

        public void setIncentivePayAmount​(String IncentivePayAmount)
        Set 赠送账户支出:使用赠送金支付的金额
        Parameters:
        IncentivePayAmount - 赠送账户支出:使用赠送金支付的金额
      • getVoucherPayAmount

        public String getVoucherPayAmount()
        Get 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
        Returns:
        VoucherPayAmount 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
      • setVoucherPayAmount

        public void setVoucherPayAmount​(String VoucherPayAmount)
        Set 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
        Parameters:
        VoucherPayAmount - 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
      • getTransferPayAmount

        public String getTransferPayAmount()
        Get 分成金账户支出:通过分成金账户支付的金额 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TransferPayAmount 分成金账户支出:通过分成金账户支付的金额 注意:此字段可能返回 null,表示取不到有效值。
      • setTransferPayAmount

        public void setTransferPayAmount​(String TransferPayAmount)
        Set 分成金账户支出:通过分成金账户支付的金额 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TransferPayAmount - 分成金账户支出:通过分成金账户支付的金额 注意:此字段可能返回 null,表示取不到有效值。
      • getBusiness

        public BusinessSummaryInfo[] getBusiness()
        Get 产品汇总信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Business 产品汇总信息 注意:此字段可能返回 null,表示取不到有效值。
      • setBusiness

        public void setBusiness​(BusinessSummaryInfo[] Business)
        Set 产品汇总信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Business - 产品汇总信息 注意:此字段可能返回 null,表示取不到有效值。