AdminDealerOrgCreateV3Body constructor
const
AdminDealerOrgCreateV3Body({ - String? businessPartnerNo,
- String? name,
- AddressDTO? address,
- String? phoneNumber,
- bool? wizardComplete,
- String? wizardStep,
- String? initialAdminEmail,
- String? initialAdminFirstName,
- String? initialAdminLastName,
- RoleDTO? initialAdminRole,
- 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,
});