Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

PackageReturnReceipt Property

Image of the receipt for a return shipment.

Syntax

__property String PackageReturnReceipt[int PackageIdx] = {read=FPackageReturnReceipt, write=FSetPackageReturnReceipt};

__property RawByteString PackageReturnReceiptB[int PackageIdx] = {read=FPackageReturnReceiptB, write=FSetPackageReturnReceiptB};

Default Value

""

Remarks

Image of the receipt for a return shipment.

This is only valid for UPS, and is the decoded binary image file of the receipt, stored in memory upon successful ship response. The receipt is generated in HTML format, and if the PackageReturnReceiptFile is set to a valid path and filename (with .html extension), the receipt is also saved to disk.

The size of the array is controlled by the PackageCount property.

This property is read-only and not available at design time.

Data Type

Binary String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0