EdfaPgPayer constructor
EdfaPgPayer({})
Implementation
EdfaPgPayer({
required this.firstName,
required this.lastName,
required this.address,
required this.country,
required this.city,
required this.zip,
required this.email,
required this.phone,
required this.ip,
this.options
});