WebApiModulesAgentOrderCreatePoWorksheetSessionRequest class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesAgentOrderCreatePoWorksheetSessionRequest({String? orderId, String? recType, 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})
WebApiModulesAgentOrderCreatePoWorksheetSessionRequest.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
orderId String?
final
poTypeId 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? orderId, String? recType, 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}) WebApiModulesAgentOrderCreatePoWorksheetSessionRequest

Available on WebApiModulesAgentOrderCreatePoWorksheetSessionRequest, provided by the $WebApiModulesAgentOrderCreatePoWorksheetSessionRequestExtension extension

copyWithWrapped({Wrapped<String?>? orderId, Wrapped<String?>? recType, 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}) WebApiModulesAgentOrderCreatePoWorksheetSessionRequest

Available on WebApiModulesAgentOrderCreatePoWorksheetSessionRequest, provided by the $WebApiModulesAgentOrderCreatePoWorksheetSessionRequestExtension 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