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