Input$PurchaseInput class

Constructors

Input$PurchaseInput({required String externalId, String? notes, Enum$PurchaseStatusEnum? status, required List<Input$InstallmentInput> installments, required String supplier, List<String>? attachments, required Input$TargetACIInput target})
factory
Input$PurchaseInput.fromJson(Map<String, dynamic> data)
factory

Properties

attachments List<String>?
no setter
copyWith CopyWith$Input$PurchaseInput<Input$PurchaseInput>
no setter
externalId String
no setter
hashCode int
The hash code for this object.
no setteroverride
installments List<Input$InstallmentInput>
no setter
notes String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Enum$PurchaseStatusEnum?
no setter
supplier 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