ExternalPaymentRefundDetails constructor
ExternalPaymentRefundDetails({
- required String name,
- required String? iban,
- required RecipientBACSNullable? bacs,
Implementation
ExternalPaymentRefundDetails({
required this.name,
required this.iban,
required this.bacs,
});