PartnerCustomerAccount constructor

PartnerCustomerAccount({
  1. String? accountId,
  2. String? accountName,
  3. String? accountType,
})

Implementation

PartnerCustomerAccount({this.accountId, this.accountName, this.accountType});