PHP Class PayPal\Test\Api\PaymentCardTokenTest

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 PaymentCardToken
getObject ( ) : PayPal\Api\PaymentCardToken Gets Object Instance with Json data filled in
testGetters ( PayPal\Api\PaymentCardToken $obj )
testSerializationDeserialization ( ) : PayPal\Api\PaymentCardToken Tests for Serialization and Deserialization Issues

Method Details

getJson() public static method

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

getObject() public static method

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

testGetters() public method

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

testSerializationDeserialization() public method

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