PHP Class Stripe\Response\Accounts\AccountResponse

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

Protected Properties

Property Type Description
$businessLogo string
$businessName string
$businessPrimaryColor string
$businessUrl string
$chargesEnabled boolean
$country string
$currenciesSupported array
$debitNegativeBalances boolean
$declineChargeOn DeclineChargeOnResponse
$defaultCurrency string
$detailsSubmitted boolean
$displayName string
$email string
$externalAccounts ListExternalAccountsResponse
$id string
$legalEntity Stripe\Response\LegalEntity\LegalEntityResponse
$managed boolean
$metadata array
$object string
$productDescription string
$statementDescriptor string
$supportEmail string
$supportPhone string
$supportUrl string
$timezone string
$transferSchedule TransferScheduleResponse
$transfersEnabled boolean

Public Methods

Method Description
getBusinessLogo ( ) : string
getBusinessName ( ) : string
getBusinessPrimaryColor ( ) : string
getBusinessUrl ( ) : string
getChargesEnabled ( ) : boolean
getCountry ( ) : string
getCurrenciesSupported ( ) : array
getDeclineChargeOn ( ) : DeclineChargeOnResponse
getDefaultCurrency ( ) : string
getDetailsSubmitted ( ) : boolean
getDisplayName ( ) : string
getEmail ( ) : string
getExternalAccounts ( ) : ListExternalAccountsResponse
getId ( ) : string
getLegalEntity ( ) : LegalEntityResponse
getMetadata ( ) : array
getObject ( ) : string
getProductDescription ( ) : string
getStatementDescriptor ( ) : string
getSupportEmail ( ) : string
getSupportPhone ( ) : mixed
getSupportUrl ( ) : string
getTimezone ( ) : string
getTransferSchedule ( ) : TransferScheduleResponse
getTransfersEnabled ( ) : boolean
isDebitNegativeBalances ( ) : boolean
isManaged ( ) : boolean
setBusinessLogo ( string $businessLogo ) : AccountResponse
setBusinessName ( string $businessName ) : AccountResponse
setBusinessPrimaryColor ( string $businessPrimaryColor ) : AccountResponse
setBusinessUrl ( string $businessUrl ) : AccountResponse
setChargesEnabled ( boolean $chargesEnabled )
setCountry ( string $country )
setCurrenciesSupported ( array $currenciesSupported )
setDebitNegativeBalances ( boolean $debitNegativeBalances ) : AccountResponse
setDeclineChargeOn ( DeclineChargeOnResponse $declineChargeOn ) : AccountResponse
setDefaultCurrency ( string $defaultCurrency )
setDetailsSubmitted ( boolean $detailsSubmitted )
setDisplayName ( string $displayName )
setEmail ( string $email )
setExternalAccounts ( ListExternalAccountsResponse $externalAccounts ) : AccountResponse
setId ( string $id )
setLegalEntity ( LegalEntityResponse $legalEntity ) : AccountResponse
setManaged ( boolean $managed ) : AccountResponse
setMetadata ( array $metadata ) : AccountResponse
setObject ( string $object )
setProductDescription ( string $productDescription ) : AccountResponse
setStatementDescriptor ( string $statementDescriptor )
setSupportEmail ( string $supportEmail ) : AccountResponse
setSupportPhone ( mixed $supportPhone ) : AccountResponse
setSupportUrl ( string $supportUrl ) : AccountResponse
setTimezone ( string $timezone )
setTransferEnabled ( boolean $transfersEnabled )
setTransferSchedule ( TransferScheduleResponse $transferSchedule ) : AccountResponse

Method Details

getBusinessName() public method

public getBusinessName ( ) : string
return string

getBusinessPrimaryColor() public method

public getBusinessPrimaryColor ( ) : string
return string

getBusinessUrl() public method

public getBusinessUrl ( ) : string
return string

getChargesEnabled() public method

public getChargesEnabled ( ) : boolean
return boolean

getCountry() public method

public getCountry ( ) : string
return string

getCurrenciesSupported() public method

public getCurrenciesSupported ( ) : array
return array

getDeclineChargeOn() public method

public getDeclineChargeOn ( ) : DeclineChargeOnResponse
return DeclineChargeOnResponse

getDefaultCurrency() public method

public getDefaultCurrency ( ) : string
return string

getDetailsSubmitted() public method

public getDetailsSubmitted ( ) : boolean
return boolean

getDisplayName() public method

public getDisplayName ( ) : string
return string

getEmail() public method

public getEmail ( ) : string
return string

getExternalAccounts() public method

public getExternalAccounts ( ) : ListExternalAccountsResponse
return ListExternalAccountsResponse

getId() public method

public getId ( ) : string
return string

getLegalEntity() public method

public getLegalEntity ( ) : LegalEntityResponse
return Stripe\Response\LegalEntity\LegalEntityResponse

getMetadata() public method

public getMetadata ( ) : array
return array

getObject() public method

public getObject ( ) : string
return string

getProductDescription() public method

public getProductDescription ( ) : string
return string

getStatementDescriptor() public method

public getStatementDescriptor ( ) : string
return string

getSupportEmail() public method

public getSupportEmail ( ) : string
return string

getSupportPhone() public method

public getSupportPhone ( ) : mixed
return mixed

getSupportUrl() public method

public getSupportUrl ( ) : string
return string

getTimezone() public method

public getTimezone ( ) : string
return string

getTransferSchedule() public method

public getTransferSchedule ( ) : TransferScheduleResponse
return TransferScheduleResponse

getTransfersEnabled() public method

public getTransfersEnabled ( ) : boolean
return boolean

isDebitNegativeBalances() public method

isManaged() public method

public isManaged ( ) : boolean
return boolean

setBusinessName() public method

public setBusinessName ( string $businessName ) : AccountResponse
$businessName string
return AccountResponse

setBusinessPrimaryColor() public method

public setBusinessPrimaryColor ( string $businessPrimaryColor ) : AccountResponse
$businessPrimaryColor string
return AccountResponse

setBusinessUrl() public method

public setBusinessUrl ( string $businessUrl ) : AccountResponse
$businessUrl string
return AccountResponse

setChargesEnabled() public method

public setChargesEnabled ( boolean $chargesEnabled )
$chargesEnabled boolean

setCountry() public method

public setCountry ( string $country )
$country string

setCurrenciesSupported() public method

public setCurrenciesSupported ( array $currenciesSupported )
$currenciesSupported array

setDebitNegativeBalances() public method

public setDebitNegativeBalances ( boolean $debitNegativeBalances ) : AccountResponse
$debitNegativeBalances boolean
return AccountResponse

setDeclineChargeOn() public method

public setDeclineChargeOn ( DeclineChargeOnResponse $declineChargeOn ) : AccountResponse
$declineChargeOn DeclineChargeOnResponse
return AccountResponse

setDefaultCurrency() public method

public setDefaultCurrency ( string $defaultCurrency )
$defaultCurrency string

setDetailsSubmitted() public method

public setDetailsSubmitted ( boolean $detailsSubmitted )
$detailsSubmitted boolean

setDisplayName() public method

public setDisplayName ( string $displayName )
$displayName string

setEmail() public method

public setEmail ( string $email )
$email string

setExternalAccounts() public method

public setExternalAccounts ( ListExternalAccountsResponse $externalAccounts ) : AccountResponse
$externalAccounts ListExternalAccountsResponse
return AccountResponse

setId() public method

public setId ( string $id )
$id string

setLegalEntity() public method

public setLegalEntity ( LegalEntityResponse $legalEntity ) : AccountResponse
$legalEntity Stripe\Response\LegalEntity\LegalEntityResponse
return AccountResponse

setManaged() public method

public setManaged ( boolean $managed ) : AccountResponse
$managed boolean
return AccountResponse

setMetadata() public method

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

setObject() public method

public setObject ( string $object )
$object string

setProductDescription() public method

public setProductDescription ( string $productDescription ) : AccountResponse
$productDescription string
return AccountResponse

setStatementDescriptor() public method

public setStatementDescriptor ( string $statementDescriptor )
$statementDescriptor string

setSupportEmail() public method

public setSupportEmail ( string $supportEmail ) : AccountResponse
$supportEmail string
return AccountResponse

setSupportPhone() public method

public setSupportPhone ( mixed $supportPhone ) : AccountResponse
$supportPhone mixed
return AccountResponse

setSupportUrl() public method

public setSupportUrl ( string $supportUrl ) : AccountResponse
$supportUrl string
return AccountResponse

setTimezone() public method

public setTimezone ( string $timezone )
$timezone string

setTransferEnabled() public method

public setTransferEnabled ( boolean $transfersEnabled )
$transfersEnabled boolean

setTransferSchedule() public method

public setTransferSchedule ( TransferScheduleResponse $transferSchedule ) : AccountResponse
$transferSchedule TransferScheduleResponse
return AccountResponse

Property Details

$businessName protected_oe property

protected string $businessName
return string

$businessPrimaryColor protected_oe property

protected string $businessPrimaryColor
return string

$businessUrl protected_oe property

protected string $businessUrl
return string

$chargesEnabled protected_oe property

protected bool $chargesEnabled
return boolean

$country protected_oe property

protected string $country
return string

$currenciesSupported protected_oe property

protected array $currenciesSupported
return array

$debitNegativeBalances protected_oe property

protected bool $debitNegativeBalances
return boolean

$declineChargeOn protected_oe property

protected DeclineChargeOnResponse,Stripe\Response\Accounts $declineChargeOn
return DeclineChargeOnResponse

$defaultCurrency protected_oe property

protected string $defaultCurrency
return string

$detailsSubmitted protected_oe property

protected bool $detailsSubmitted
return boolean

$displayName protected_oe property

protected string $displayName
return string

$email protected_oe property

protected string $email
return string

$externalAccounts protected_oe property

protected ListExternalAccountsResponse,Stripe\Response\Accounts $externalAccounts
return ListExternalAccountsResponse

$id protected_oe property

protected string $id
return string

$legalEntity protected_oe property

protected LegalEntityResponse,Stripe\Response\LegalEntity $legalEntity
return Stripe\Response\LegalEntity\LegalEntityResponse

$managed protected_oe property

protected bool $managed
return boolean

$metadata protected_oe property

protected array $metadata
return array

$object protected_oe property

protected string $object
return string

$productDescription protected_oe property

protected string $productDescription
return string

$statementDescriptor protected_oe property

protected string $statementDescriptor
return string

$supportEmail protected_oe property

protected string $supportEmail
return string

$supportPhone protected_oe property

protected string $supportPhone
return string

$supportUrl protected_oe property

protected string $supportUrl
return string

$timezone protected_oe property

protected string $timezone
return string

$transferSchedule protected_oe property

protected TransferScheduleResponse,Stripe\Response\Accounts $transferSchedule
return TransferScheduleResponse

$transfersEnabled protected_oe property

protected bool $transfersEnabled
return boolean