getAlternatePaymentAccountId() 공개 메소드

The unique identifier of the alternate payment account.
예제 #1
0
 /**
  * @depends testSerializationDeserialization
  * @param AlternatePayment $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getAlternatePaymentAccountId(), "TestSample");
     $this->assertEquals($obj->getExternalCustomerId(), "TestSample");
     $this->assertEquals($obj->getAlternatePaymentProviderId(), "TestSample");
 }