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

testGetters() public method

public testGetters ( InputFields $obj )
$obj PayPal\Api\InputFields
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getAllowNote(), true);
        $this->assertEquals($obj->getNoShipping(), 123);
        $this->assertEquals($obj->getAddressOverride(), 123);
    }