getObject() 공개 정적인 메소드

Gets Object Instance with Json data filled in
public static getObject ( ) : Invoice
리턴 PayPal\Api\Invoice
 /**
  * @depends testSerializationDeserialization
  * @param InvoiceSearchResponse $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getTotalCount(), 123);
     $this->assertEquals($obj->getInvoices(), InvoiceTest::getObject());
 }