Details about a specific error.
Inheritance: extends PayPal\Common\PayPalModel
コード例 #1
0
ファイル: ErrorDetailsTest.php プロジェクト: fengyeno/fille
 /**
  * @depends testSerializationDeserialization
  * @param ErrorDetails $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getField(), "TestSample");
     $this->assertEquals($obj->getIssue(), "TestSample");
     $this->assertEquals($obj->getPurchaseUnitReferenceId(), "TestSample");
     $this->assertEquals($obj->getCode(), "TestSample");
 }
コード例 #2
0
 /**
  * @depends testSerializationDeserialization
  * @param ErrorDetails $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getField(), "TestSample");
     $this->assertEquals($obj->getIssue(), "TestSample");
 }