PaymentInitiationAddress constructor
PaymentInitiationAddress({})
Implementation
PaymentInitiationAddress({
required this.street,
required this.city,
required this.postalCode,
required this.country,
});
PaymentInitiationAddress({
required this.street,
required this.city,
required this.postalCode,
required this.country,
});