Uses of Class
com.fourjs.report.facturx.Codes.VATTypeCode
-
-
Uses of Codes.VATTypeCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.VATTypeCode Modifier and Type Method Description static Codes.VATTypeCode
Codes.VATTypeCode. fromString(String value)
Convert a String to a VATTypeCode.static Codes.VATTypeCode
Codes.VATTypeCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.VATTypeCode[]
Codes.VATTypeCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.VATTypeCode in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.VATTypeCode Modifier and Type Method Description Codes.VATTypeCode
VATBreakdown. getVATTypeCode()
BT-118-0:VAT type codeCodes.VATTypeCode
DocumentLevelAllowances. getVATTypeCodeForDocumentLevelAllowances()
BT-95-0:VAT type code for document level allowancesCodes.VATTypeCode
InvoiceLine. getVATTypeCodeOnLineLevel()
BT-151-0:VAT type code on line level -
Uses of Codes.VATTypeCode in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Codes.VATTypeCode Modifier and Type Method Description Codes.VATTypeCode
VATBreakdown. getVATTypeCode()
BT-118-0:VAT type codeCodes.VATTypeCode
DocumentLevelAllowances. getVATTypeCodeForDocumentLevelAllowances()
BT-95-0:VAT type code for document level allowances -
Uses of Codes.VATTypeCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.VATTypeCode Modifier and Type Method Description Codes.VATTypeCode
VATBreakdown. getVATTypeCode()
BT-118-0:VAT type codeCodes.VATTypeCode
DocumentLevelAllowances. getVATTypeCodeForDocumentLevelAllowances()
BT-95-0:VAT type code for document level allowancesCodes.VATTypeCode
InvoiceLine. getVATTypeCodeOnLineLevel()
BT-151-0:VAT type code on line level -
Uses of Codes.VATTypeCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.VATTypeCode Modifier and Type Method Description Codes.VATTypeCode
InvoiceLine. getIncludedTaxForB2CTypeCode()
EXT:Included tax for B2CCodes.VATTypeCode
DetailedInformationOnTaxInformation. getTypeCode()
EXT:Tax type (Code)Codes.VATTypeCode
IncludedTax. getTypeCode()
EXT:TypeCodeCodes.VATTypeCode
VATBreakdown. getVATTypeCode()
BT-118-0:VAT type codeCodes.VATTypeCode
DocumentLevelAllowances. getVATTypeCodeForDocumentLevelAllowances()
BT-95-0:VAT type code for document level allowancesCodes.VATTypeCode
LineVATInformation. getVATTypeCodeOnLineLevel()
BT-151-0:VAT type code on line levelMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.VATTypeCode Modifier and Type Method Description InvoiceLine
InvoiceLine. setIncludedTaxForB2CTypeCode(Codes.VATTypeCode value)
DetailedInformationOnTaxInformation
DetailedInformationOnTaxInformation. setTypeCode(Codes.VATTypeCode value)
IncludedTax
IncludedTax. setTypeCode(Codes.VATTypeCode value)
-