Input$UpdatePurchaseInput class

Constructors

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

Properties

attachments List<String>?
no setter
copyWith CopyWith$Input$UpdatePurchaseInput<Input$UpdatePurchaseInput>
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