ePages 6.17.17 - DE_EPAGES/DHLIntraship/API/ShippingLabelAttributes/CustomerAddress.pm

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