order_no_refund_info property

String order_no_refund_info

there are no refundable orders and / or the refundable order amount cannot meet the refund amount

Implementation

String get order_no_refund_info {
  return Intl.message(
    'there are no refundable orders and / or the refundable order amount cannot meet the refund amount',
    name: 'order_no_refund_info',
    desc: '',
    args: [],
  );
}