Class QuotaInvoice

    • Constructor Detail

      • QuotaInvoice

        public QuotaInvoice()
      • QuotaInvoice

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

      • getTitle

        public String getTitle()
        Get 发票名称
        Returns:
        Title 发票名称
      • setTitle

        public void setTitle​(String Title)
        Set 发票名称
        Parameters:
        Title - 发票名称
      • getCode

        public String getCode()
        Get 发票代码
        Returns:
        Code 发票代码
      • setCode

        public void setCode​(String Code)
        Set 发票代码
        Parameters:
        Code - 发票代码
      • getNumber

        public String getNumber()
        Get 发票号码
        Returns:
        Number 发票号码
      • setNumber

        public void setNumber​(String Number)
        Set 发票号码
        Parameters:
        Number - 发票号码
      • getTotal

        public String getTotal()
        Get 价税合计(小写)
        Returns:
        Total 价税合计(小写)
      • setTotal

        public void setTotal​(String Total)
        Set 价税合计(小写)
        Parameters:
        Total - 价税合计(小写)
      • getTotalCn

        public String getTotalCn()
        Get 价税合计(大写)
        Returns:
        TotalCn 价税合计(大写)
      • setTotalCn

        public void setTotalCn​(String TotalCn)
        Set 价税合计(大写)
        Parameters:
        TotalCn - 价税合计(大写)
      • getKind

        public String getKind()
        Get 发票消费类型
        Returns:
        Kind 发票消费类型
      • setKind

        public void setKind​(String Kind)
        Set 发票消费类型
        Parameters:
        Kind - 发票消费类型
      • getProvince

        public String getProvince()
        Get 省
        Returns:
        Province 省
      • setProvince

        public void setProvince​(String Province)
        Set 省
        Parameters:
        Province - 省
      • getCity

        public String getCity()
        Get 市
        Returns:
        City 市
      • setCity

        public void setCity​(String City)
        Set 市
        Parameters:
        City - 市
      • getQRCodeMark

        public Long getQRCodeMark()
        Get 是否存在二维码(1:有,0:无)
        Returns:
        QRCodeMark 是否存在二维码(1:有,0:无)
      • setQRCodeMark

        public void setQRCodeMark​(Long QRCodeMark)
        Set 是否存在二维码(1:有,0:无)
        Parameters:
        QRCodeMark - 是否存在二维码(1:有,0:无)
      • getCompanySealMark

        public Long getCompanySealMark()
        Get 是否有公司印章(0:没有,1:有)
        Returns:
        CompanySealMark 是否有公司印章(0:没有,1:有)
      • setCompanySealMark

        public void setCompanySealMark​(Long CompanySealMark)
        Set 是否有公司印章(0:没有,1:有)
        Parameters:
        CompanySealMark - 是否有公司印章(0:没有,1:有)