room_extra_order_on_finish property

String room_extra_order_on_finish

there are unpaid additional charges in the room, and the payment of additional orders needs to be completed first

Implementation

String get room_extra_order_on_finish {
  return Intl.message(
    'there are unpaid additional charges in the room, and the payment of additional orders needs to be completed first',
    name: 'room_extra_order_on_finish',
    desc: '',
    args: [],
  );
}