RefundNextAction constructor
      const
      RefundNextAction({ 
    
- RefundNextActionDisplayDetails? displayDetails,
- required String type,
RefundNextAction
Implementation
const RefundNextAction({
  this.displayDetails,
  required this.type,
});