Class OrderV2

    • Constructor Detail

      • OrderV2

        public OrderV2()
    • Method Detail

      • getTradeState

        public int getTradeState()
      • getFormatTradeState

        public TradeState getFormatTradeState()
      • setTradeState

        public void setTradeState​(int tradeState)
      • getTradeMode

        public int getTradeMode()
      • setTradeMode

        public void setTradeMode​(int tradeMode)
      • getBankType

        public String getBankType()
      • setBankType

        public void setBankType​(String bankType)
      • getBankBillno

        public String getBankBillno()
      • setBankBillno

        public void setBankBillno​(String bankBillno)
      • getTotalFee

        public int getTotalFee()
      • getFormatTotalFee

        public double getFormatTotalFee()
        调用接口获取单位为分,get方法转换为元方便使用
        Returns:
        元单位
      • setTotalFee

        public void setTotalFee​(int totalFee)
      • getFeeType

        public int getFeeType()
      • setFeeType

        public void setFeeType​(int feeType)
      • getTransactionId

        public String getTransactionId()
      • setTransactionId

        public void setTransactionId​(String transactionId)
      • getOutTradeNo

        public String getOutTradeNo()
      • setOutTradeNo

        public void setOutTradeNo​(String outTradeNo)
      • isSplit

        public boolean isSplit()
      • setSplit

        public void setSplit​(boolean isSplit)
      • isRefund

        public boolean isRefund()
      • setRefund

        public void setRefund​(boolean isRefund)
      • getAttach

        public String getAttach()
      • setAttach

        public void setAttach​(String attach)
      • getTimeEnd

        public String getTimeEnd()
      • getFormatTimeEnd

        public Date getFormatTimeEnd()
      • setTimeEnd

        public void setTimeEnd​(String timeEnd)
      • getTransportFee

        public int getTransportFee()
      • getFormatTransportFee

        public double getFormatTransportFee()
        调用接口获取单位为分,get方法转换为元方便使用
        Returns:
        元单位
      • setTransportFee

        public void setTransportFee​(int transportFee)
      • getProductFee

        public int getProductFee()
      • getFormatProductFee

        public double getFormatProductFee()
        调用接口获取单位为分,get方法转换为元方便使用
        Returns:
        元单位
      • setProductFee

        public void setProductFee​(int productFee)
      • getDiscount

        public int getDiscount()
      • getFormatDiscount

        public double getFormatDiscount()
        调用接口获取单位为分,get方法转换为元方便使用
        Returns:
        元单位
      • setDiscount

        public void setDiscount​(int discount)
      • getRmbTotalFee

        public Integer getRmbTotalFee()
      • getFormatRmbTotalFee

        public double getFormatRmbTotalFee()
        调用接口获取单位为分,get方法转换为元方便使用
        Returns:
        元单位
      • setRmbTotalFee

        public void setRmbTotalFee​(int rmbTotalFee)