RefundDestinationDetailsGeneric constructor

const RefundDestinationDetailsGeneric({
  1. String? reference,
  2. String? referenceStatus,
})

refund_destination_details_generic

Implementation

const RefundDestinationDetailsGeneric({
  this.reference,
  this.referenceStatus,
});