public static enum TaxRate.ReportTaxTypeEnum extends Enum<TaxRate.ReportTaxTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static TaxRate.ReportTaxTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static TaxRate.ReportTaxTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxRate.ReportTaxTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxRate.ReportTaxTypeEnum AVALARA
public static final TaxRate.ReportTaxTypeEnum BASEXCLUDED
public static final TaxRate.ReportTaxTypeEnum CAPITALSALESOUTPUT
public static final TaxRate.ReportTaxTypeEnum CAPITALEXPENSESINPUT
public static final TaxRate.ReportTaxTypeEnum ECOUTPUT
public static final TaxRate.ReportTaxTypeEnum ECOUTPUTSERVICES
public static final TaxRate.ReportTaxTypeEnum ECINPUT
public static final TaxRate.ReportTaxTypeEnum ECACQUISITIONS
public static final TaxRate.ReportTaxTypeEnum EXEMPTEXPENSES
public static final TaxRate.ReportTaxTypeEnum EXEMPTINPUT
public static final TaxRate.ReportTaxTypeEnum EXEMPTOUTPUT
public static final TaxRate.ReportTaxTypeEnum GSTONIMPORTS
public static final TaxRate.ReportTaxTypeEnum INPUT
public static final TaxRate.ReportTaxTypeEnum INPUTTAXED
public static final TaxRate.ReportTaxTypeEnum MOSSSALES
public static final TaxRate.ReportTaxTypeEnum NONE
public static final TaxRate.ReportTaxTypeEnum NONEOUTPUT
public static final TaxRate.ReportTaxTypeEnum OUTPUT
public static final TaxRate.ReportTaxTypeEnum PURCHASESINPUT
public static final TaxRate.ReportTaxTypeEnum SALESOUTPUT
public static final TaxRate.ReportTaxTypeEnum EXEMPTCAPITAL
public static final TaxRate.ReportTaxTypeEnum EXEMPTEXPORT
public static final TaxRate.ReportTaxTypeEnum CAPITALEXINPUT
public static final TaxRate.ReportTaxTypeEnum GSTONCAPIMPORTS
public static final TaxRate.ReportTaxTypeEnum GSTONCAPITALIMPORTS
public static final TaxRate.ReportTaxTypeEnum REVERSECHARGES
public static final TaxRate.ReportTaxTypeEnum PAYMENTS
public static final TaxRate.ReportTaxTypeEnum INVOICE
public static final TaxRate.ReportTaxTypeEnum CASH
public static final TaxRate.ReportTaxTypeEnum ACCRUAL
public static final TaxRate.ReportTaxTypeEnum FLATRATECASH
public static final TaxRate.ReportTaxTypeEnum FLATRATEACCRUAL
public static final TaxRate.ReportTaxTypeEnum ACCRUALS
public static final TaxRate.ReportTaxTypeEnum TXCA
public static final TaxRate.ReportTaxTypeEnum SRCAS
public static final TaxRate.ReportTaxTypeEnum DSOUTPUT
public static final TaxRate.ReportTaxTypeEnum BLINPUT2
public static final TaxRate.ReportTaxTypeEnum EPINPUT
public static final TaxRate.ReportTaxTypeEnum IMINPUT2
public static final TaxRate.ReportTaxTypeEnum MEINPUT
public static final TaxRate.ReportTaxTypeEnum IGDSINPUT2
public static final TaxRate.ReportTaxTypeEnum ESN33OUTPUT
public static final TaxRate.ReportTaxTypeEnum OPINPUT
public static final TaxRate.ReportTaxTypeEnum OSOUTPUT
public static final TaxRate.ReportTaxTypeEnum TXN33INPUT
public static final TaxRate.ReportTaxTypeEnum TXESSINPUT
public static final TaxRate.ReportTaxTypeEnum TXREINPUT
public static final TaxRate.ReportTaxTypeEnum TXPETINPUT
public static final TaxRate.ReportTaxTypeEnum NRINPUT
public static final TaxRate.ReportTaxTypeEnum ES33OUTPUT
public static final TaxRate.ReportTaxTypeEnum ZERORATEDINPUT
public static final TaxRate.ReportTaxTypeEnum ZERORATEDOUTPUT
public static final TaxRate.ReportTaxTypeEnum DRCHARGESUPPLY
public static final TaxRate.ReportTaxTypeEnum DRCHARGE
public static final TaxRate.ReportTaxTypeEnum CAPINPUT
public static final TaxRate.ReportTaxTypeEnum CAPIMPORTS
public static final TaxRate.ReportTaxTypeEnum IMINPUT
public static final TaxRate.ReportTaxTypeEnum INPUT2
public static final TaxRate.ReportTaxTypeEnum CIUINPUT
public static final TaxRate.ReportTaxTypeEnum SRINPUT
public static final TaxRate.ReportTaxTypeEnum OUTPUT2
public static final TaxRate.ReportTaxTypeEnum SROUTPUT
public static final TaxRate.ReportTaxTypeEnum CAPOUTPUT
public static final TaxRate.ReportTaxTypeEnum SROUTPUT2
public static final TaxRate.ReportTaxTypeEnum CIUOUTPUT
public static final TaxRate.ReportTaxTypeEnum ZROUTPUT
public static final TaxRate.ReportTaxTypeEnum ZREXPORT
public static final TaxRate.ReportTaxTypeEnum ACC28PLUS
public static final TaxRate.ReportTaxTypeEnum ACCUPTO28
public static final TaxRate.ReportTaxTypeEnum OTHEROUTPUT
public static final TaxRate.ReportTaxTypeEnum SHOUTPUT
public static final TaxRate.ReportTaxTypeEnum ZRINPUT
public static final TaxRate.ReportTaxTypeEnum BADDEBT
public static final TaxRate.ReportTaxTypeEnum OTHERINPUT
public static TaxRate.ReportTaxTypeEnum[] values()
for (TaxRate.ReportTaxTypeEnum c : TaxRate.ReportTaxTypeEnum.values()) System.out.println(c);
public static TaxRate.ReportTaxTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<TaxRate.ReportTaxTypeEnum>public static TaxRate.ReportTaxTypeEnum fromValue(String value)
Copyright © 2020. All rights reserved.