RefundDestinationDetailsCard constructor

const RefundDestinationDetailsCard({
  1. String? reference,
  2. String? referenceStatus,
  3. String? referenceType,
  4. required RefundDestinationDetailsCardType type,
})

refund_destination_details_card

Implementation

const RefundDestinationDetailsCard({
  this.reference,
  this.referenceStatus,
  this.referenceType,
  required this.type,
});