Package DE_EPAGES::DHLIntraship::API::ShippingLabelAttributes::CustomerAddress
validates the CustomerAddress from Shipping lable
Example |
my $CustomerAddress = DE_EPAGES::DHLIntraship::API::ShippingLabelAttributes::CustomerAddress->new( $ShippingLabel ); if ($CustomerAddress->hasWarningStates()){ DoSomething(); } see also: DHLIntraship/t/ShopAddress.t |