DeviceAdditionV2Body constructor

const DeviceAdditionV2Body({
  1. ConnectionTypeV2? connectionType,
  2. String? serialNumber,
  3. String? controllerPin,
  4. String? displayName,
  5. DeviceAddressV2? generatorAddress,
  6. String? homeownerFirstName,
  7. String? homeownerLastName,
  8. String? homeownerEmail,
  9. HomeownerConsentActionV2? homeownerConsentAction,
  10. String? homeownerSignature,
  11. bool? hasServiceAgreement,
  12. DateTime? serviceAgreementBeginDate,
  13. ServiceAgreementTermV2? serviceAgreementTerm,
  14. int? serviceAgreementTermMonths,
  15. int? serviceAgreementTermDays,
})

Implementation

const DeviceAdditionV2Body({
  this.connectionType,
  this.serialNumber,
  this.controllerPin,
  this.displayName,
  this.generatorAddress,
  this.homeownerFirstName,
  this.homeownerLastName,
  this.homeownerEmail,
  this.homeownerConsentAction,
  this.homeownerSignature,
  this.hasServiceAgreement,
  this.serviceAgreementBeginDate,
  this.serviceAgreementTerm,
  this.serviceAgreementTermMonths,
  this.serviceAgreementTermDays,
});