Uses of Class
com.fourjs.report.facturx.Codes.SpecialServiceDescriptionCode
-
-
Uses of Codes.SpecialServiceDescriptionCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.SpecialServiceDescriptionCode Modifier and Type Method Description static Codes.SpecialServiceDescriptionCode
Codes.SpecialServiceDescriptionCode. fromString(String value)
Convert a String to a SpecialServiceDescriptionCode.static Codes.SpecialServiceDescriptionCode
Codes.SpecialServiceDescriptionCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.SpecialServiceDescriptionCode[]
Codes.SpecialServiceDescriptionCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.SpecialServiceDescriptionCode in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.SpecialServiceDescriptionCode Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceReasonCode(Codes.SpecialServiceDescriptionCode value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceReasonCode(Codes.SpecialServiceDescriptionCode value)
BT-145:Invoice line charge reason code -
Uses of Codes.SpecialServiceDescriptionCode in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Codes.SpecialServiceDescriptionCode Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceReasonCode(Codes.SpecialServiceDescriptionCode value)
-
Uses of Codes.SpecialServiceDescriptionCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.SpecialServiceDescriptionCode Modifier and Type Method Description Codes.SpecialServiceDescriptionCode
InvoiceLine. getReasonCode()
EXT:Reason CodeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.SpecialServiceDescriptionCode Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceReasonCode(Codes.SpecialServiceDescriptionCode value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceReasonCode(Codes.SpecialServiceDescriptionCode value)
BT-145:Invoice line charge reason codeInvoiceLine
InvoiceLine. setReasonCode(Codes.SpecialServiceDescriptionCode value)
-
Uses of Codes.SpecialServiceDescriptionCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.SpecialServiceDescriptionCode Modifier and Type Method Description Codes.SpecialServiceDescriptionCode
AppliedTradeAllowanceCharge. getReasonCode()
EXT:Reason CodeMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.SpecialServiceDescriptionCode Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceReasonCode(Codes.SpecialServiceDescriptionCode value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceReasonCode(Codes.SpecialServiceDescriptionCode value)
BT-145:Invoice line charge reason codeAppliedTradeAllowanceCharge
AppliedTradeAllowanceCharge. setReasonCode(Codes.SpecialServiceDescriptionCode value)
-