PHP Class Cartalyst\Stripe\Api\BankAccounts

Inheritance: extends Sources
Afficher le fichier Open project: cartalyst/stripe

Protected Properties

Свойство Type Description
$sourceType string The source type.

Méthodes publiques

Méthode Description
verify ( string $customerId, string $bankAccountId, array $amounts, string $verificationMethod = null ) : array Verifies the given bank account.

Method Details

verify() public méthode

Verifies the given bank account.
public verify ( string $customerId, string $bankAccountId, array $amounts, string $verificationMethod = null ) : array
$customerId string
$bankAccountId string
$amounts array
$verificationMethod string
Résultat array

Property Details

$sourceType protected_oe property

The source type.
protected string $sourceType
Résultat string