SourceRefundAttributesRequiredEvent constructor

const SourceRefundAttributesRequiredEvent({
  1. required Source object,
})

Occurs whenever the refund attributes are required on a receiver source to process a refund or a mispayment.

Implementation

const SourceRefundAttributesRequiredEvent({required this.object});