WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest({String? sessionId, bool? migrateToNewOrder, String? newOrderOfficeLocationId, String? newOrderWarehouseId, String? newOrderDealId, String? newOrderDepartmentId, String? newOrderOrderTypeId, String? newOrderDescription, String? newOrderRateType, String? newOrderFromDate, String? newOrderFromTime, String? newOrderToDate, String? newOrderToTime, String? newOrderBillingStopDate, bool? newOrderPendingPO, bool? newOrderFlatPO, String? newOrderPurchaseOrderNumber, double? newOrderPurchaseOrderAmount, bool? migrateToExistingOrder, String? existingOrderId, String? inventoryFulfillIncrement, bool? fulfillStrictPricingMatch, bool? copyLineItemNotes, bool? copyOrderNotes, bool? copyRentalRates, bool? updateBillingStopDate, DateTime? billingStopDate, String? officeLocationId, String? warehouseId, String? responsiblePersonId, bool? checkItemsOut})
-
WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- billingStopDate → DateTime?
-
final
- checkItemsOut → bool?
-
final
- copyLineItemNotes → bool?
-
final
- copyOrderNotes → bool?
-
final
- copyRentalRates → bool?
-
final
- existingOrderId → String?
-
final
- fulfillStrictPricingMatch → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inventoryFulfillIncrement → String?
-
final
- migrateToExistingOrder → bool?
-
final
- migrateToNewOrder → bool?
-
final
- newOrderBillingStopDate → String?
-
final
- newOrderDealId → String?
-
final
- newOrderDepartmentId → String?
-
final
- newOrderDescription → String?
-
final
- newOrderFlatPO → bool?
-
final
- newOrderFromDate → String?
-
final
- newOrderFromTime → String?
-
final
- newOrderOfficeLocationId → String?
-
final
- newOrderOrderTypeId → String?
-
final
- newOrderPendingPO → bool?
-
final
- newOrderPurchaseOrderAmount → double?
-
final
- newOrderPurchaseOrderNumber → String?
-
final
- newOrderRateType → String?
-
final
- newOrderToDate → String?
-
final
- newOrderToTime → String?
-
final
- newOrderWarehouseId → String?
-
final
- officeLocationId → String?
-
final
- responsiblePersonId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId → String?
-
final
- updateBillingStopDate → bool?
-
final
- warehouseId → String?
-
final
Methods
-
copyWith(
{String? sessionId, bool? migrateToNewOrder, String? newOrderOfficeLocationId, String? newOrderWarehouseId, String? newOrderDealId, String? newOrderDepartmentId, String? newOrderOrderTypeId, String? newOrderDescription, String? newOrderRateType, String? newOrderFromDate, String? newOrderFromTime, String? newOrderToDate, String? newOrderToTime, String? newOrderBillingStopDate, bool? newOrderPendingPO, bool? newOrderFlatPO, String? newOrderPurchaseOrderNumber, double? newOrderPurchaseOrderAmount, bool? migrateToExistingOrder, String? existingOrderId, String? inventoryFulfillIncrement, bool? fulfillStrictPricingMatch, bool? copyLineItemNotes, bool? copyOrderNotes, bool? copyRentalRates, bool? updateBillingStopDate, DateTime? billingStopDate, String? officeLocationId, String? warehouseId, String? responsiblePersonId, bool? checkItemsOut}) → WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest -
Available on WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest, provided by the $WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? sessionId, Wrapped<bool?> ? migrateToNewOrder, Wrapped<String?> ? newOrderOfficeLocationId, Wrapped<String?> ? newOrderWarehouseId, Wrapped<String?> ? newOrderDealId, Wrapped<String?> ? newOrderDepartmentId, Wrapped<String?> ? newOrderOrderTypeId, Wrapped<String?> ? newOrderDescription, Wrapped<String?> ? newOrderRateType, Wrapped<String?> ? newOrderFromDate, Wrapped<String?> ? newOrderFromTime, Wrapped<String?> ? newOrderToDate, Wrapped<String?> ? newOrderToTime, Wrapped<String?> ? newOrderBillingStopDate, Wrapped<bool?> ? newOrderPendingPO, Wrapped<bool?> ? newOrderFlatPO, Wrapped<String?> ? newOrderPurchaseOrderNumber, Wrapped<double?> ? newOrderPurchaseOrderAmount, Wrapped<bool?> ? migrateToExistingOrder, Wrapped<String?> ? existingOrderId, Wrapped<String?> ? inventoryFulfillIncrement, Wrapped<bool?> ? fulfillStrictPricingMatch, Wrapped<bool?> ? copyLineItemNotes, Wrapped<bool?> ? copyOrderNotes, Wrapped<bool?> ? copyRentalRates, Wrapped<bool?> ? updateBillingStopDate, Wrapped<DateTime?> ? billingStopDate, Wrapped<String?> ? officeLocationId, Wrapped<String?> ? warehouseId, Wrapped<String?> ? responsiblePersonId, Wrapped<bool?> ? checkItemsOut}) → WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest -
Available on WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest, provided by the $WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequestExtension 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 WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest instance)