ePages 6.17.17 - DE_EPAGES/SDA/API/File/Notification.pm

Package DE_EPAGES::SDA::API::File::Notification

It takes the SDA notification file as input parameter and fetches the ShippingTransactionSDA object through its TransID = #field_identification

Base
Exporter
@EXPORT_OK
getNotificationInfos
DELIVERY_IN_PROGRESS
DELIVERY_FAILED
DELIVERED

Functions

getNotificationInfos

getNotificationInfos

Returns ($ShippingRefNumber, $ConsignmentNoteNumber, $DeliveryStatus) obtained from the SDA notification file.

Syntax
@ClassPackages = $Object->getNotificationInfos($PathFileName);
@ClassPackages = ($ShippingRefNumber, $ConsignmentNoteNumber, $DeliveryStatus);
Input
$PathFileName (string)
class package
Return
@ClassPackages (array.string)
  • $ShippingRefNumber - class package
  • $ConsignmentNoteNumber - class package
  • $DeliveryStatus - class package