RefundDestinationDetailsCard constructor
const
RefundDestinationDetailsCard({
- String? reference,
- String? referenceStatus,
- String? referenceType,
- required RefundDestinationDetailsCardType type,
refund_destination_details_card
Implementation
const RefundDestinationDetailsCard({
this.reference,
this.referenceStatus,
this.referenceType,
required this.type,
});