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->hasWarningStates()){ DoSomething(); } see also: DEHIntraship/t/ShopAddress.t |