PHP Class Stripe\Response\Accounts\ExternalAccountResponse

Show file Open project: jlinn/stripe-api-php

Protected Properties

Property Type Description
$accountHolderType individual or company
$bankName string
$country string
$currency string
$defaultForCurrency boolean
$fingerprint string
$last4 string
$metadata array
$name string
$object string
$routingNumber string
$status string

Public Methods

Method Description
getAccountHolderType ( ) : string
getAccountNumber ( ) : string
getBankName ( ) : string
getCountry ( ) : string
getCurrency ( ) : string
getFingerprint ( ) : string
getLast4 ( ) : string
getMetadata ( ) : array
getName ( ) : string
getObject ( ) : string
getRoutingNumber ( ) : string
getStatus ( ) : string
isDefaultForCurrency ( ) : boolean
setAccountHolderType ( string $accountHolderType ) : ExternalAccountResponse
setAccountNumber ( string $accountNumber ) : ExternalAccountResponse
setBankName ( string $bankName ) : ExternalAccountResponse
setCountry ( string $country ) : ExternalAccountResponse
setCurrency ( string $currency ) : ExternalAccountResponse
setDefaultForCurrency ( boolean $defaultForCurrency ) : ExternalAccountResponse
setFingerprint ( string $fingerprint ) : ExternalAccountResponse
setLast4 ( string $last4 ) : ExternalAccountResponse
setMetadata ( array $metadata ) : ExternalAccountResponse
setName ( string $name ) : ExternalAccountResponse
setObject ( string $object ) : ExternalAccountResponse
setRoutingNumber ( string $routingNumber ) : ExternalAccountResponse
setStatus ( string $status ) : ExternalAccountResponse

Method Details

getAccountHolderType() public method

public getAccountHolderType ( ) : string
return string

getAccountNumber() public method

public getAccountNumber ( ) : string
return string

getBankName() public method

public getBankName ( ) : string
return string

getCountry() public method

public getCountry ( ) : string
return string

getCurrency() public method

public getCurrency ( ) : string
return string

getFingerprint() public method

public getFingerprint ( ) : string
return string

getLast4() public method

public getLast4 ( ) : string
return string

getMetadata() public method

public getMetadata ( ) : array
return array

getName() public method

public getName ( ) : string
return string

getObject() public method

public getObject ( ) : string
return string

getRoutingNumber() public method

public getRoutingNumber ( ) : string
return string

getStatus() public method

public getStatus ( ) : string
return string

isDefaultForCurrency() public method

public isDefaultForCurrency ( ) : boolean
return boolean

setAccountHolderType() public method

public setAccountHolderType ( string $accountHolderType ) : ExternalAccountResponse
$accountHolderType string
return ExternalAccountResponse

setAccountNumber() public method

public setAccountNumber ( string $accountNumber ) : ExternalAccountResponse
$accountNumber string
return ExternalAccountResponse

setBankName() public method

public setBankName ( string $bankName ) : ExternalAccountResponse
$bankName string
return ExternalAccountResponse

setCountry() public method

public setCountry ( string $country ) : ExternalAccountResponse
$country string
return ExternalAccountResponse

setCurrency() public method

public setCurrency ( string $currency ) : ExternalAccountResponse
$currency string
return ExternalAccountResponse

setDefaultForCurrency() public method

public setDefaultForCurrency ( boolean $defaultForCurrency ) : ExternalAccountResponse
$defaultForCurrency boolean
return ExternalAccountResponse

setFingerprint() public method

public setFingerprint ( string $fingerprint ) : ExternalAccountResponse
$fingerprint string
return ExternalAccountResponse

setLast4() public method

public setLast4 ( string $last4 ) : ExternalAccountResponse
$last4 string
return ExternalAccountResponse

setMetadata() public method

public setMetadata ( array $metadata ) : ExternalAccountResponse
$metadata array
return ExternalAccountResponse

setName() public method

public setName ( string $name ) : ExternalAccountResponse
$name string
return ExternalAccountResponse

setObject() public method

public setObject ( string $object ) : ExternalAccountResponse
$object string
return ExternalAccountResponse

setRoutingNumber() public method

public setRoutingNumber ( string $routingNumber ) : ExternalAccountResponse
$routingNumber string
return ExternalAccountResponse

setStatus() public method

public setStatus ( string $status ) : ExternalAccountResponse
$status string
return ExternalAccountResponse

Property Details

$accountHolderType protected property

individual or company
protected $accountHolderType

$bankName protected property

protected string $bankName
return string

$country protected property

protected string $country
return string

$currency protected property

protected string $currency
return string

$defaultForCurrency protected property

protected bool $defaultForCurrency
return boolean

$fingerprint protected property

protected string $fingerprint
return string

$last4 protected property

protected string $last4
return string

$metadata protected property

protected array $metadata
return array

$name protected property

protected string $name
return string

$object protected property

protected string $object
return string

$routingNumber protected property

protected string $routingNumber
return string

$status protected property

protected string $status
return string