DeviceAdditionV2Body constructor
const
DeviceAdditionV2Body({ - ConnectionTypeV2? connectionType,
- String? serialNumber,
- String? controllerPin,
- String? displayName,
- DeviceAddressV2? generatorAddress,
- String? homeownerFirstName,
- String? homeownerLastName,
- String? homeownerEmail,
- HomeownerConsentActionV2? homeownerConsentAction,
- String? homeownerSignature,
- bool? hasServiceAgreement,
- DateTime? serviceAgreementBeginDate,
- ServiceAgreementTermV2? serviceAgreementTerm,
- int? serviceAgreementTermMonths,
- 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,
});