OrderCustomer constructor
OrderCustomer({
- String? fullName,
- String? invoiceReceivingEmail,
- OrderCustomerLoyaltyInfo? loyaltyInfo,
- OrderCustomerMarketingRightsInfo? marketingRightsInfo,
Implementation
OrderCustomer({
this.fullName,
this.invoiceReceivingEmail,
this.loyaltyInfo,
this.marketingRightsInfo,
});