CustomerConfiguration constructor
Constructs a CustomerConfiguration with optional parameters.
cardNameThe differentiated display name for the card product.customerNameThe differentiated display name for the company.logoIdThe differentiated logo for the company.
Implementation
CustomerConfiguration({
this.cardName,
this.customerName,
this.logoId,
});