Method | Description | |
---|---|---|
Delivery ( ) : System.Collections.Generic |
Initializes a new instance of the Delivery class.
|
|
Delivery ( Job job, bool isPickup ) : System.Collections.Generic |
Initializes a new instance of the Delivery class.
|
|
ToString ( ) : string |
Returns a serial representation of the object in JSON format.
|
public Delivery ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Delivery ( Job job, bool isPickup ) : System.Collections.Generic | ||
job | Job | The API job from which to contruct this Delivery |
isPickup | bool | When true, indicates that this Fenkell delivery object /// is actually a Fenkell pickup object. |
return | System.Collections.Generic |