AdminDealerOrgCreateV3Body constructor

const AdminDealerOrgCreateV3Body({
  1. String? businessPartnerNo,
  2. String? name,
  3. AddressDTO? address,
  4. String? phoneNumber,
  5. bool? wizardComplete,
  6. String? wizardStep,
  7. String? initialAdminEmail,
  8. String? initialAdminFirstName,
  9. String? initialAdminLastName,
  10. RoleDTO? initialAdminRole,
  11. bool? importInitialAdminOncueDevices,
})

Implementation

const AdminDealerOrgCreateV3Body({
  this.businessPartnerNo,
  this.name,
  this.address,
  this.phoneNumber,
  this.wizardComplete,
  this.wizardStep,
  this.initialAdminEmail,
  this.initialAdminFirstName,
  this.initialAdminLastName,
  this.initialAdminRole,
  this.importInitialAdminOncueDevices,
});