WebApiModulesAgentCustomerCustomerDocumentPostRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesAgentCustomerCustomerDocumentPostRequest({String? customerId, String? documentTypeId, String? description, bool? attachToEmail, bool? inactive, bool? fileIsModified, String? fileDataUrl, String? filePath})
-
WebApiModulesAgentCustomerCustomerDocumentPostRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attachToEmail → bool?
-
final
- customerId → String?
-
final
- description → String?
-
final
- documentTypeId → String?
-
final
- fileDataUrl → String?
-
final
- fileIsModified → bool?
-
final
- filePath → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inactive → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? customerId, String? documentTypeId, String? description, bool? attachToEmail, bool? inactive, bool? fileIsModified, String? fileDataUrl, String? filePath}) → WebApiModulesAgentCustomerCustomerDocumentPostRequest -
Available on WebApiModulesAgentCustomerCustomerDocumentPostRequest, provided by the $WebApiModulesAgentCustomerCustomerDocumentPostRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? customerId, Wrapped<String?> ? documentTypeId, Wrapped<String?> ? description, Wrapped<bool?> ? attachToEmail, Wrapped<bool?> ? inactive, Wrapped<bool?> ? fileIsModified, Wrapped<String?> ? fileDataUrl, Wrapped<String?> ? filePath}) → WebApiModulesAgentCustomerCustomerDocumentPostRequest -
Available on WebApiModulesAgentCustomerCustomerDocumentPostRequest, provided by the $WebApiModulesAgentCustomerCustomerDocumentPostRequestExtension extension
-
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 ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesAgentCustomerCustomerDocumentPostRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesAgentCustomerCustomerDocumentPostRequest instance)