SourceReceiverFlow constructor

const SourceReceiverFlow({
  1. String? address,
  2. required int amountCharged,
  3. required int amountReceived,
  4. required int amountReturned,
  5. required String refundAttributesMethod,
  6. required String refundAttributesStatus,
})

SourceReceiverFlow

Implementation

const SourceReceiverFlow({
  this.address,
  required this.amountCharged,
  required this.amountReceived,
  required this.amountReturned,
  required this.refundAttributesMethod,
  required this.refundAttributesStatus,
});