Pickup class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Pickup(dynamic id, dynamic createdAt, dynamic updatedAt, dynamic objectType, dynamic mode, Address? address, List<
CarrierAccount> ? carrierAccounts, String? confirmation, String? instructions, bool? isAccountAddress, DateTime? maxDatetime, List<Message> ? messages, DateTime? minDatetime, String? name, List<PickupRate> ? rates, String? reference, String? status) -
Pickup.fromJson(Map<
String, dynamic> input) -
factory
Properties
- address → Address?
-
final
-
carrierAccounts
→ List<
CarrierAccount> ? -
final
- confirmation → String?
-
final
- createdAt → DateTime?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
finalinherited
- instructions → String?
-
final
- isAccountAddress → bool?
-
final
- maxDatetime → DateTime?
-
final
-
messages
→ List<
Message> ? -
final
- minDatetime → DateTime?
-
final
- mode → String?
-
finalinherited
- name → String?
-
final
- objectType → String?
-
finalinherited
- prefix → String?
-
no setterinherited
-
rates
→ List<
PickupRate> ? -
final
- reference → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
- updatedAt → DateTime?
-
finalinherited
Methods
-
associatedPickupRate(
QuotedRate rate, {bool lockPrice = false}) → PickupRate? -
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