CustomerCreateResponse constructor
CustomerCreateResponse({})
Implementation
CustomerCreateResponse({
required this.status,
required this.generated,
required this.id,
required this.organizationId,
required this.locationId,
required this.username,
required this.password,
});