ReturnShipment class

Constructors

ReturnShipment({String? creationDate, String? deliveryDate, String? returnMethodType, String? shipmentId, List<ShipmentTrackingInfo>? shipmentTrackingInfos, String? shippingDate, String? state})
ReturnShipment.fromJson(Map json_)

Properties

creationDate String?
The date of creation of the shipment, in ISO 8601 format.
getter/setter pair
deliveryDate String?
The date of delivery of the shipment, in ISO 8601 format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
returnMethodType String?
Type of the return method.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipmentId String?
Shipment ID generated by Google.
getter/setter pair
shipmentTrackingInfos List<ShipmentTrackingInfo>?
Tracking information of the shipment.
getter/setter pair
shippingDate String?
The date of shipping of the shipment, in ISO 8601 format.
getter/setter pair
state String?
State of the shipment.
getter/setter pair

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited