allPaiementTypes property

List<PaiementType> allPaiementTypes
getter/setter pair

Implementation

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