RequestPackageV3LabelPrinted Property |
[This is preliminary documentation and is subject to change.]
Indicates if the label has been printed. LabelPrinted should only be set if the account is setup for customer pin generation.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic bool LabelPrinted { get; set; }
Public Property LabelPrinted As Boolean
Get
Set
public:
property bool LabelPrinted {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also