getTermType() public method

The terms by which the invoice payment is due.
public getTermType ( ) : string
return string
コード例 #1
0
ファイル: PaymentTermTest.php プロジェクト: Roc4rdho/app
 /**
  * @depends testSerializationDeserialization
  * @param PaymentTerm $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getTermType(), "TestSample");
     $this->assertEquals($obj->getDueDate(), "TestSample");
 }