Package DE_EPAGES::Envialia::API::Object::ShippingFulfillmentMethodEnvialia
Class for shipping fulfillment connection
Base |
DE_EPAGES::ExternalShipping::API::Object::ShippingFulfillmentMethod |
Functions
featureName
Returns undef as no feature is connected to this ShippingFulfillmentMethod.
Syntax |
$FeatureName = $ShippingFulfillmentMethod->featureName; |
Return |
|
isUsable
Checks if ShippingFulfillmentMethod is usable
Syntax |
isUsable( ); |
Return |
|
webserviceDoTransaction
Calls execution webservice for one transaction. Has to be implemented in child class, if ShippingFulfillmentType.IntegrationType=Webservice
Syntax |
$ShippingFulfillmentMethod->webserviceDoTransaction( $Transaction ); |
Input |
|
Return |
|