WebApiModulesAgentOrderUpdatePoWorksheetSessionRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesAgentOrderUpdatePoWorksheetSessionRequest({String? recType, String? purchaseOrderId, String? vendorId, String? contactId, String? rateType, String? currencyId, String? billingCycleId, DateTime? requiredDate, String? requiredTime, DateTime? fromDate, DateTime? toDate, String? deliveryId, bool? adjustContractDates, String? poTypeId, String? warehouseIds})
-
WebApiModulesAgentOrderUpdatePoWorksheetSessionRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- adjustContractDates → bool?
-
final
- billingCycleId → String?
-
final
- contactId → String?
-
final
- currencyId → String?
-
final
- deliveryId → String?
-
final
- fromDate → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- poTypeId → String?
-
final
- purchaseOrderId → String?
-
final
- rateType → String?
-
final
- recType → String?
-
final
- requiredDate → DateTime?
-
final
- requiredTime → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toDate → DateTime?
-
final
- vendorId → String?
-
final
- warehouseIds → String?
-
final
Methods
-
copyWith(
{String? recType, String? purchaseOrderId, String? vendorId, String? contactId, String? rateType, String? currencyId, String? billingCycleId, DateTime? requiredDate, String? requiredTime, DateTime? fromDate, DateTime? toDate, String? deliveryId, bool? adjustContractDates, String? poTypeId, String? warehouseIds}) → WebApiModulesAgentOrderUpdatePoWorksheetSessionRequest -
Available on WebApiModulesAgentOrderUpdatePoWorksheetSessionRequest, provided by the $WebApiModulesAgentOrderUpdatePoWorksheetSessionRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? recType, Wrapped<String?> ? purchaseOrderId, Wrapped<String?> ? vendorId, Wrapped<String?> ? contactId, Wrapped<String?> ? rateType, Wrapped<String?> ? currencyId, Wrapped<String?> ? billingCycleId, Wrapped<DateTime?> ? requiredDate, Wrapped<String?> ? requiredTime, Wrapped<DateTime?> ? fromDate, Wrapped<DateTime?> ? toDate, Wrapped<String?> ? deliveryId, Wrapped<bool?> ? adjustContractDates, Wrapped<String?> ? poTypeId, Wrapped<String?> ? warehouseIds}) → WebApiModulesAgentOrderUpdatePoWorksheetSessionRequest -
Available on WebApiModulesAgentOrderUpdatePoWorksheetSessionRequest, provided by the $WebApiModulesAgentOrderUpdatePoWorksheetSessionRequestExtension 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 WebApiModulesAgentOrderUpdatePoWorksheetSessionRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesAgentOrderUpdatePoWorksheetSessionRequest instance)