getExternalCustomerId() public method

The ID of the customer, as created by the merchant.
public getExternalCustomerId ( ) : string
return string
Example #1
0
 /**
  * @depends testSerializationDeserialization
  * @param CarrierAccount $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getId(), "TestSample");
     $this->assertEquals($obj->getPhoneNumber(), "TestSample");
     $this->assertEquals($obj->getExternalCustomerId(), "TestSample");
     $this->assertEquals($obj->getPhoneSource(), "TestSample");
     $this->assertEquals($obj->getCountryCode(), CountryCodeTest::getObject());
 }