Click or drag to resize

ParentChildContainerRequest Class

[This is preliminary documentation and is subject to change.]

Request for AddPackageContainer(AddPackageContainerRequest)
Inheritance Hierarchy
SystemObject
  Purolator.Webservice.ObjectsParentChildContainerRequest

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public class ParentChildContainerRequest

The ParentChildContainerRequest type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddChildContainers
Indicate if new containers should be added.
Public propertyCode exampleAdditionalOptions
A list of optional key value pairs for future or custom properties.
Public propertyAddParentContainer
Indicate if a new container should be added.
Public propertyChildContainers
The child containers.
Public propertyCredentials
Login credentials for validation.
Public propertyParentContainer
The parent Container.
Top
See Also