A resource representing a alternate payment account that can be used to fund a payment.
사용 중단: Used for limited release only.
상속: extends PayPal\Common\PayPalModel
예제 #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");
 }