PHP Class Braintree\UsBankAccount

== More information ==
Inheritance: extends braintree\Base
Show file Open project: braintree/braintree_php Class Usage Examples

Public Methods

Method Description
__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 )

Protected Methods

Method Description
_initialize ( array $usBankAccountAttribs ) : void sets instance properties from an array of values

Method Details

__toString() public method

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

_initialize() protected method

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

factory() public static method

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

find() public static method

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

sale() public static method

public static sale ( $token, $transactionAttribs )