PHP 클래스 Cartalyst\Stripe\Api\BankAccounts

상속: extends Sources
파일 보기 프로젝트 열기: cartalyst/stripe

보호된 프로퍼티들

프로퍼티 타입 설명
$sourceType string The source type.

공개 메소드들

메소드 설명
verify ( string $customerId, string $bankAccountId, array $amounts, string $verificationMethod = null ) : array Verifies the given bank account.

메소드 상세

verify() 공개 메소드

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
리턴 array

프로퍼티 상세

$sourceType 보호되어 있는 프로퍼티

The source type.
protected string $sourceType
리턴 string