DealerDeviceAdditionV3Body class

Available extensions
Annotations

Constructors

DealerDeviceAdditionV3Body({ConnectionTypeDTO? connectionType, String? serialNumber, String? controllerPin, String? displayName, AddressDTO? address, String? homeownerFirstName, String? homeownerLastName, String? homeownerEmail, HomeownerConsentActionDTO? homeownerConsentAction, String? homeownerSignature, bool? hasServiceAgreement, DateTime? serviceAgreementBeginDate, ServiceAgreementTermDTO? serviceAgreementTerm, int? serviceAgreementTermMonths, int? serviceAgreementTermDays})
const
DealerDeviceAdditionV3Body.fromJson(Map<String, dynamic> json)
factory

Properties

address AddressDTO?
final
connectionType ConnectionTypeDTO?
final
controllerPin String?
final
displayName String?
final
hashCode int
The hash code for this object.
no setteroverride
hasServiceAgreement bool?
final
homeownerConsentAction HomeownerConsentActionDTO?
final
homeownerEmail String?
final
homeownerFirstName String?
final
homeownerLastName String?
final
homeownerSignature String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
final
serviceAgreementBeginDate DateTime?
final
serviceAgreementTerm ServiceAgreementTermDTO?
final
serviceAgreementTermDays int?
final
serviceAgreementTermMonths int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

fromJsonFactory → const DealerDeviceAdditionV3Body Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(DealerDeviceAdditionV3Body instance)