WebApiModulesAgentOrderModifyPoWorksheetSessionResponse class

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

Constructors

WebApiModulesAgentOrderModifyPoWorksheetSessionResponse({String? sessionId, String? vendorId, String? vendor, String? contactId, String? poTypeId, String? poType, String? contact, String? rateType, String? billingCycleId, String? billingCycle, DateTime? requiredDate, String? requiredTime, DateTime? fromDate, DateTime? toDate, String? deliveryId, bool? adjustContractDates, bool? isInternal, int? status, bool? success, String? msg})
WebApiModulesAgentOrderModifyPoWorksheetSessionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

adjustContractDates bool?
final
billingCycle String?
final
billingCycleId String?
final
contact String?
final
contactId String?
final
deliveryId String?
final
fromDate DateTime?
final
hashCode int
The hash code for this object.
no setteroverride
isInternal bool?
final
msg String?
final
poType String?
final
poTypeId String?
final
rateType String?
final
requiredDate DateTime?
final
requiredTime String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
final
status int?
final
success bool?
final
toDate DateTime?
final
vendor String?
final
vendorId String?
final

Methods

copyWith({String? sessionId, String? vendorId, String? vendor, String? contactId, String? poTypeId, String? poType, String? contact, String? rateType, String? billingCycleId, String? billingCycle, DateTime? requiredDate, String? requiredTime, DateTime? fromDate, DateTime? toDate, String? deliveryId, bool? adjustContractDates, bool? isInternal, int? status, bool? success, String? msg}) WebApiModulesAgentOrderModifyPoWorksheetSessionResponse

Available on WebApiModulesAgentOrderModifyPoWorksheetSessionResponse, provided by the $WebApiModulesAgentOrderModifyPoWorksheetSessionResponseExtension extension

copyWithWrapped({Wrapped<String?>? sessionId, Wrapped<String?>? vendorId, Wrapped<String?>? vendor, Wrapped<String?>? contactId, Wrapped<String?>? poTypeId, Wrapped<String?>? poType, Wrapped<String?>? contact, Wrapped<String?>? rateType, Wrapped<String?>? billingCycleId, Wrapped<String?>? billingCycle, Wrapped<DateTime?>? requiredDate, Wrapped<String?>? requiredTime, Wrapped<DateTime?>? fromDate, Wrapped<DateTime?>? toDate, Wrapped<String?>? deliveryId, Wrapped<bool?>? adjustContractDates, Wrapped<bool?>? isInternal, Wrapped<int?>? status, Wrapped<bool?>? success, Wrapped<String?>? msg}) WebApiModulesAgentOrderModifyPoWorksheetSessionResponse

Available on WebApiModulesAgentOrderModifyPoWorksheetSessionResponse, provided by the $WebApiModulesAgentOrderModifyPoWorksheetSessionResponseExtension 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