Class Info

    • Field Detail

      • functionalCurrency

        @ApiProperty
        protected Currency functionalCurrency
        This is the functional currency used for the invoice.
      • invoice

        @ApiProperty
        protected Invoice invoice
        This is the related invoice for this tax-related information.
      • itemWithCurrencyInfo

        @ApiProperty
        protected Info itemWithCurrencyInfo
        This tax information on the invoice item that includes currency details.
      • items

        @ApiProperty
        protected List<Info> items
        This is the collection of tax information for each of the related invoice items.
      • totalTaxAmountToCurrency

        @ApiProperty
        protected BigDecimal totalTaxAmountToCurrency
        This the total tax amount (converted to the 'to' currency) for the invoice.
      • createDateSpecified

        protected boolean createDateSpecified
      • currencyIdSpecified

        protected boolean currencyIdSpecified
      • idSpecified

        protected boolean idSpecified
      • invoiceIdSpecified

        protected boolean invoiceIdSpecified
      • modifyDateSpecified

        protected boolean modifyDateSpecified
      • reportedFlagSpecified

        protected boolean reportedFlagSpecified
      • itemCount

        @ApiProperty
        protected Long itemCount
        A count of this is the collection of tax information for each of the related invoice items.
    • Constructor Detail

      • Info

        public Info()
    • Method Detail

      • getCurrency

        public Currency getCurrency()
      • setCurrency

        public void setCurrency​(Currency currency)
      • getFunctionalCurrency

        public Currency getFunctionalCurrency()
      • setFunctionalCurrency

        public void setFunctionalCurrency​(Currency functionalCurrency)
      • getInvoice

        public Invoice getInvoice()
      • setInvoice

        public void setInvoice​(Invoice invoice)
      • getItemWithCurrencyInfo

        public Info getItemWithCurrencyInfo()
      • setItemWithCurrencyInfo

        public void setItemWithCurrencyInfo​(Info itemWithCurrencyInfo)
      • getItems

        public List<Info> getItems()
      • getTotalTaxAmountToCurrency

        public BigDecimal getTotalTaxAmountToCurrency()
      • setTotalTaxAmountToCurrency

        public void setTotalTaxAmountToCurrency​(BigDecimal totalTaxAmountToCurrency)
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getCurrencyId

        public Long getCurrencyId()
      • setCurrencyId

        public void setCurrencyId​(Long currencyId)
      • isCurrencyIdSpecified

        public boolean isCurrencyIdSpecified()
      • unsetCurrencyId

        public void unsetCurrencyId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getInvoiceId

        public Long getInvoiceId()
      • setInvoiceId

        public void setInvoiceId​(Long invoiceId)
      • isInvoiceIdSpecified

        public boolean isInvoiceIdSpecified()
      • unsetInvoiceId

        public void unsetInvoiceId()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()
      • getReportedFlag

        public Boolean getReportedFlag()
      • setReportedFlag

        public void setReportedFlag​(Boolean reportedFlag)
      • isReportedFlagSpecified

        public boolean isReportedFlagSpecified()
      • unsetReportedFlag

        public void unsetReportedFlag()
      • getItemCount

        public Long getItemCount()
      • setItemCount

        public void setItemCount​(Long itemCount)