ExternalPaymentRefundDetails constructor

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

Implementation

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