ePages 6.17.40 - DE_EPAGES/DHLIntraship/API/ShippingLabelAttributes/ShopAddress.pm

Package DE_EPAGES::DHLIntraship::API::ShippingLabelAttributes::ShopAddress

validates the ShopAdress from Shipping lable

Example
my $ShopAddress = DE_EPAGES::DHLIntraship::API::ShippingLabelAttributes::ShopAddress->new( $ShippingLabel );
if ($ShopAddress->isComplete()){
    DoSomething();
}
see also: DEHIntraship/t/ShopAddress.t