PHP Class PayPal\Test\Api\ExtendedBankAccountTest

Inheritance: extends PHPUnit_Framework_TestCase
ファイルを表示 Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

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

Method Details

getJson() public static method

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

getObject() public static method

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

testGetters() public method

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

testSerializationDeserialization() public method

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