PartnerEndCustomerBillingContact constructor

PartnerEndCustomerBillingContact({
  1. String? givenName,
  2. String? familyName,
  3. String? email,
})

Implementation

PartnerEndCustomerBillingContact({
  this.givenName,
  this.familyName,
  this.email,
});