FedaTransaction constructor
FedaTransaction({
- int? id,
- String? reference,
- String? description,
- double? amount,
- String? status,
- String? mode,
- double? amount_debited,
- String? receipt_url,
- String? operator_fees,
- String? approved_at,
- String? created_at,
- String? updated_at,
- String? canceled_at,
- String? declined_at,
- String? refunded_at,
- String? transferred_at,
Implementation
FedaTransaction({
this.id,
this.reference,
this.description,
this.amount,
this.status,
this.mode,
this.amount_debited,
this.receipt_url,
this.operator_fees,
this.approved_at,
this.created_at,
this.updated_at,
this.canceled_at,
this.declined_at,
this.refunded_at,
this.transferred_at,
});