PHP Class Braintree\UsBankAccount

== More information ==
Inheritance: extends braintree\Base
Afficher le fichier Open project: braintree/braintree_php Class Usage Examples

Méthodes publiques

Méthode 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 )

Méthodes protégées

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

Method Details

__toString() public méthode

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

_initialize() protected méthode

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

factory() public static méthode

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

find() public static méthode

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

sale() public static méthode

public static sale ( $token, $transactionAttribs )