PayPal\Test\Api\InstallmentOptionTest::testGetters PHP Method

testGetters() public method

public testGetters ( InstallmentOption $obj )
$obj PayPal\Api\InstallmentOption
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getTerm(), 123);
        $this->assertEquals($obj->getMonthlyPayment(), CurrencyTest::getObject());
        $this->assertEquals($obj->getDiscountAmount(), CurrencyTest::getObject());
        $this->assertEquals($obj->getDiscountPercentage(), "TestSample");
    }