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

testGetters() public method

public testGetters ( PaymentOptions $obj )
$obj PayPal\Api\PaymentOptions
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getAllowedPaymentMethod(), "TestSample");
        $this->assertEquals($obj->getRecurringFlag(), true);
        $this->assertEquals($obj->getSkipFmf(), true);
    }