getCarrierAccountId() public method

ID of a previously saved carrier account resource.
public getCarrierAccountId ( ) : string
return string
 /**
  * @depends testSerializationDeserialization
  * @param CarrierAccountToken $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getCarrierAccountId(), "TestSample");
     $this->assertEquals($obj->getExternalCustomerId(), "TestSample");
 }