PackageTotalDiscount Property
Total discount applicable to this package.
Syntax
char* GetPackageTotalDiscount(int iPackageIdx);
Default Value
""
Remarks
Total discount applicable to this package.
This is specific to the FedEx PayorAccountNumber. It is used in the FedExShip and FedExShipIntl classs only.
Please note that for MPS, the FedEx server provides the rating information in two different ways for domestic and international shipments.
In MPS domestic shipments, the rating information is available on package level. In this case, the properties that store the rating information: PackageBaseCharge, PackageNetCharge, PackageTotalSurcharges, and PackageTotalDiscount, indicate the rate for that particular package.
While in MPS international shipments, the rating information is available on shipment level only and it is returned in the last package response. That being said, please note that: for all packages with index=0 to PackageCount - 2, the properties that store the rating information will be set to 'N/A', and in last package (at index=PackageCount - 1, these properties will contain the rate for the whole shipment.
The size of the array is controlled by the PackageCount property.
This property is read-only and not available at design time.
Data Type
String