Uses of Class
org.compiere.model.MPaySelectionLine
-
Packages that use MPaySelectionLine Package Description org.compiere.model Provides for.... -
-
Uses of MPaySelectionLine in org.compiere.model
Methods in org.compiere.model that return MPaySelectionLine Modifier and Type Method Description MPaySelectionLine[]
MPaySelection. getLines(boolean requery)
Get LinesMPaySelectionLine[]
MPaySelectionCheck. getPaySelectionLines(boolean requery)
Get Payment Selection Lines of this checkMethods in org.compiere.model with parameters of type MPaySelectionLine Modifier and Type Method Description void
MPaySelectionCheck. addLine(MPaySelectionLine line)
Add Payment Selection LineConstructors in org.compiere.model with parameters of type MPaySelectionLine Constructor Description MPaySelectionCheck(MPaySelectionLine line, String PaymentRule)
Create from Line
-