Input$CompanyInput class

Constructors

Input$CompanyInput.new({String? name, String? description, List<String>? tags, Input$MediaInput? media, Input$FullAddressInput? address, Input$CompanyLegalInput? legal, List<String>? banks, Input$CompanyContactDetailsInput? contact, bool? logistic, String? externalId, Input$CompanyCustomerInput? customer, Input$CompanySupplierInput? supplier, Input$TargetACIInput? target})
factory
Input$CompanyInput.fromJson(Map<String, dynamic> data)
factory

Properties

address Input$FullAddressInput?
no setter
banks List<String>?
no setter
contact Input$CompanyContactDetailsInput?
no setter
copyWith CopyWith$Input$CompanyInput<Input$CompanyInput>
no setter
customer Input$CompanyCustomerInput?
no setter
description String?
no setter
externalId String?
no setter
hashCode int
The hash code for this object.
no setteroverride
no setter
logistic bool?
no setter
media Input$MediaInput?
no setter
name String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supplier Input$CompanySupplierInput?
no setter
tags List<String>?
no setter
target Input$TargetACIInput?
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