menu
iugu package
documentation
domain/entities/payer_model.dart
PayerModel
PayerModel constructor
PayerModel constructor
dark_mode
light_mode
PayerModel
constructor
PayerModel
(
{
String
?
cpfOrCnpj
,
String
?
name
,
String
?
phonePrefix
,
String
?
phone
,
String
?
email
,
AddressModel
?
address
,
})
Implementation
PayerModel({ this.cpfOrCnpj, this.name, this.phonePrefix, this.phone, this.email, this.address, });
iugu package
documentation
domain/entities/payer_model
PayerModel
PayerModel constructor
PayerModel class