WebApiModulesAgentOrderSendContactConfirmationResponse class

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

Constructors

WebApiModulesAgentOrderSendContactConfirmationResponse({String? confirmationStatus, String? confirmationAsOf, String? confirmationToken, String? url})
WebApiModulesAgentOrderSendContactConfirmationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

confirmationAsOf String?
final
confirmationStatus String?
final
confirmationToken String?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
final

Methods

copyWith({String? confirmationStatus, String? confirmationAsOf, String? confirmationToken, String? url}) WebApiModulesAgentOrderSendContactConfirmationResponse

Available on WebApiModulesAgentOrderSendContactConfirmationResponse, provided by the $WebApiModulesAgentOrderSendContactConfirmationResponseExtension extension

copyWithWrapped({Wrapped<String?>? confirmationStatus, Wrapped<String?>? confirmationAsOf, Wrapped<String?>? confirmationToken, Wrapped<String?>? url}) WebApiModulesAgentOrderSendContactConfirmationResponse

Available on WebApiModulesAgentOrderSendContactConfirmationResponse, provided by the $WebApiModulesAgentOrderSendContactConfirmationResponseExtension 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