PHP 클래스 Braintree\UsBankAccount

== More information ==
상속: extends braintree\Base
파일 보기 프로젝트 열기: braintree/braintree_php 1 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string create a printable representation of the object as: ClassName[property=value, property=value]
factory ( $attributes ) : UsBankAccount factory method: returns an instance of UsBankAccount to the requesting method, with populated properties
find ( $token ) static methods redirecting to gateway
sale ( $token, $transactionAttribs )

보호된 메소드들

메소드 설명
_initialize ( array $usBankAccountAttribs ) : void sets instance properties from an array of values

메소드 상세

__toString() 공개 메소드

create a printable representation of the object as: ClassName[property=value, property=value]
public __toString ( ) : string
리턴 string

_initialize() 보호된 메소드

sets instance properties from an array of values
protected _initialize ( array $usBankAccountAttribs ) : void
$usBankAccountAttribs array array of usBankAccount data
리턴 void

factory() 공개 정적인 메소드

factory method: returns an instance of UsBankAccount to the requesting method, with populated properties
public static factory ( $attributes ) : UsBankAccount
리턴 UsBankAccount

find() 공개 정적인 메소드

static methods redirecting to gateway
public static find ( $token )

sale() 공개 정적인 메소드

public static sale ( $token, $transactionAttribs )