interface TokenInterface implements ResourceInterface, RetrieveInterface

Methods

string
getId()

No description

mixed
retrieve(string $id)

No description

createCard(int $number, int $expMonth, int $expYear, int $cvc, array $arguments = [], string $key = null)

No description

createBankAccount(string $country, string $currency, string $accountHolderName, string $accountHolderType, int $routingNumber, int $accountNumber, array $arguments = [], string $key = null)

No description

createPii(string $personalIdNumber, string $key = null)

No description

createAccount(array $arguments = [], string $key = null)

No description

Details

in Identifiable at line 7
string getId()

Return Value

string

in RetrieveInterface at line 15
mixed retrieve(string $id)

Parameters

string $id

Return Value

mixed

at line 10
TokenInterface createCard(int $number, int $expMonth, int $expYear, int $cvc, array $arguments = [], string $key = null)

Parameters

int $number
int $expMonth
int $expYear
int $cvc
array $arguments
string $key

Return Value

TokenInterface

at line 12
TokenInterface createBankAccount(string $country, string $currency, string $accountHolderName, string $accountHolderType, int $routingNumber, int $accountNumber, array $arguments = [], string $key = null)

Parameters

string $country
string $currency
string $accountHolderName
string $accountHolderType
int $routingNumber
int $accountNumber
array $arguments
string $key

Return Value

TokenInterface

at line 14
TokenInterface createPii(string $personalIdNumber, string $key = null)

Parameters

string $personalIdNumber
string $key

Return Value

TokenInterface

at line 16
TokenInterface createAccount(array $arguments = [], string $key = null)

Parameters

array $arguments
string $key

Return Value

TokenInterface