outstanding_initial_payment property

String outstanding_initial_payment

the first payment has not been made for the room

Implementation

String get outstanding_initial_payment {
  return Intl.message(
    'the first payment has not been made for the room',
    name: 'outstanding_initial_payment',
    desc: '',
    args: [],
  );
}