menu
neo_concierge
app/modules/payment/models/payment_status_model.dart
CustomerDetails
CustomerDetails constructor
CustomerDetails
dark_mode
light_mode
CustomerDetails
constructor
CustomerDetails
(
{
Address
?
address
,
String
?
email
,
String
?
name
,
String
?
phone
,
String
?
taxExempt
,
List
<
String
>
?
taxIds
,
})
Implementation
CustomerDetails({ this.address, this.email, this.name, this.phone, this.taxExempt, this.taxIds, });
neo_concierge
payment_status_model
CustomerDetails
CustomerDetails constructor
CustomerDetails class