toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      'paymentDate': paymentDate,
      'amountPayable': amountPayable,
      'amountPaid': amountPaid,
      'paymentMethod': paymentMethod,
      'transactionStatus': transactionStatus,
      'transactionReference': transactionReference,
      'paymentReference': paymentReference,
    };