PHP Class PayPal\Test\Api\PayeeTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
getJson ( ) : string Gets Json String of Object Payee
getObject ( ) : Payee Gets Object Instance with Json data filled in
testGetters ( Payee $obj )
testSerializationDeserialization ( ) : Payee Tests for Serialization and Deserialization Issues

Method Details

getJson() public static method

Gets Json String of Object Payee
public static getJson ( ) : string
return string

getObject() public static method

Gets Object Instance with Json data filled in
public static getObject ( ) : Payee
return PayPal\Api\Payee

testGetters() public method

public testGetters ( Payee $obj )
$obj PayPal\Api\Payee

testSerializationDeserialization() public method

Tests for Serialization and Deserialization Issues
public testSerializationDeserialization ( ) : Payee
return PayPal\Api\Payee