PHP 클래스 PayPal\Test\Api\ExtendedBankAccountTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getJson() 공개 정적인 메소드

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

getObject() 공개 정적인 메소드

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

testGetters() 공개 메소드

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

testSerializationDeserialization() 공개 메소드

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