JeremyDunn/php-fedex-api-wrapper

Can we create ClientDetails only with AccountNumber ?

vipulwalia opened this issue · 2 comments

We have a word with our client, and they don't want to share MeterNumber, so it is possible to create $client object without meter number ?
something like this

    $clientDetail = new ComplexType\ClientDetail();
    $clientDetail->setAccountNumber($FEDEX_ACCOUNT_NUMBER);

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 14 days since being marked as stale.