CustomerInput constructor
const
CustomerInput({})
Implementation
const CustomerInput({
required this.type,
required this.name,
required this.country,
this.legalForm,
this.email,
this.phone,
this.street,
this.houseNumber,
this.zip,
this.city,
this.vatId,
this.shortCode,
this.isAuthority,
this.note,
this.externalId,
this.language,
});