allPaiementTypes property
Implementation
static List<PaiementType> allPaiementTypes = [
cash,
nope,
mobileMoney,
// cb, // * not visibile yet
// cheque, // * not visibile yet
];
static List<PaiementType> allPaiementTypes = [
cash,
nope,
mobileMoney,
// cb, // * not visibile yet
// cheque, // * not visibile yet
];