Input$RequestCompanyInput class

Constructors

Input$RequestCompanyInput({required String name, Input$FullAddressInput? address, required String vatId, required String registerNo, required String licenceNo, required String website, required String email, Input$IPhoneInput? phone})
factory
Input$RequestCompanyInput.fromJson(Map<String, dynamic> data)
factory

Properties

address Input$FullAddressInput?
no setter
copyWith CopyWith$Input$RequestCompanyInput<Input$RequestCompanyInput>
no setter
email String
no setter
hashCode int
The hash code for this object.
no setteroverride
licenceNo String
no setter
name String
no setter
phone Input$IPhoneInput?
no setter
registerNo String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vatId String
no setter
website String
no setter

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.
inherited

Operators

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