Uses of Class
com.fourjs.report.facturx.Codes.PaymentMeansCode
-
-
Uses of Codes.PaymentMeansCode in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Codes.PaymentMeansCode Modifier and Type Method Description static Codes.PaymentMeansCode
Codes.PaymentMeansCode. fromString(String value)
Convert a String to a PaymentMeansCode.static Codes.PaymentMeansCode
Codes.PaymentMeansCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Codes.PaymentMeansCode[]
Codes.PaymentMeansCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Codes.PaymentMeansCode in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Codes.PaymentMeansCode Modifier and Type Method Description Codes.PaymentMeansCode
Invoice. getPaymentMeansTypeCode()
BT-81:Payment means type codeMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Codes.PaymentMeansCode Modifier and Type Method Description Invoice
Invoice. setPaymentMeansTypeCode(Codes.PaymentMeansCode value)
-
Uses of Codes.PaymentMeansCode in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Codes.PaymentMeansCode Modifier and Type Method Description Codes.PaymentMeansCode
Invoice. getPaymentMeansTypeCode()
BT-81:Payment means type codeMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Codes.PaymentMeansCode Modifier and Type Method Description Invoice
Invoice. setPaymentMeansTypeCode(Codes.PaymentMeansCode value)
-
Uses of Codes.PaymentMeansCode in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Codes.PaymentMeansCode Modifier and Type Method Description Codes.PaymentMeansCode
Invoice. getPaymentMeansTypeCode()
BT-81:Payment means type codeMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Codes.PaymentMeansCode Modifier and Type Method Description Invoice
Invoice. setPaymentMeansTypeCode(Codes.PaymentMeansCode value)
-
Uses of Codes.PaymentMeansCode in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Codes.PaymentMeansCode Modifier and Type Method Description Codes.PaymentMeansCode
PaymentInstructions. getPaymentMeansTypeCode()
BT-81:Payment means type codeMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Codes.PaymentMeansCode Modifier and Type Method Description PaymentInstructions
PaymentInstructions. setPaymentMeansTypeCode(Codes.PaymentMeansCode value)
-