ExternalPaymentRefundDetails constructor

ExternalPaymentRefundDetails({
  1. required String name,
  2. required String? iban,
  3. required RecipientBACSNullable? bacs,
})

Implementation

ExternalPaymentRefundDetails({
  required this.name,
  required this.iban,
  required this.bacs,
});