A resource representing a credit instrument.
Inheritance: extends PayPal\Common\PayPalModel
Example #1
0
 /**
  * @depends testSerializationDeserialization
  * @param Credit $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getId(), "TestSample");
     $this->assertEquals($obj->getType(), "TestSample");
     $this->assertEquals($obj->getTerms(), "TestSample");
 }