PHP 클래스 Stripe\Response\Accounts\AccountResponse

파일 보기 프로젝트 열기: jlinn/stripe-api-php

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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

메소드 상세

getBusinessName() 공개 메소드

public getBusinessName ( ) : string
리턴 string

getBusinessPrimaryColor() 공개 메소드

public getBusinessPrimaryColor ( ) : string
리턴 string

getBusinessUrl() 공개 메소드

public getBusinessUrl ( ) : string
리턴 string

getChargesEnabled() 공개 메소드

public getChargesEnabled ( ) : boolean
리턴 boolean

getCountry() 공개 메소드

public getCountry ( ) : string
리턴 string

getCurrenciesSupported() 공개 메소드

public getCurrenciesSupported ( ) : array
리턴 array

getDeclineChargeOn() 공개 메소드

public getDeclineChargeOn ( ) : DeclineChargeOnResponse
리턴 DeclineChargeOnResponse

getDefaultCurrency() 공개 메소드

public getDefaultCurrency ( ) : string
리턴 string

getDetailsSubmitted() 공개 메소드

public getDetailsSubmitted ( ) : boolean
리턴 boolean

getDisplayName() 공개 메소드

public getDisplayName ( ) : string
리턴 string

getEmail() 공개 메소드

public getEmail ( ) : string
리턴 string

getExternalAccounts() 공개 메소드

public getExternalAccounts ( ) : ListExternalAccountsResponse
리턴 ListExternalAccountsResponse

getId() 공개 메소드

public getId ( ) : string
리턴 string

getLegalEntity() 공개 메소드

public getLegalEntity ( ) : LegalEntityResponse
리턴 Stripe\Response\LegalEntity\LegalEntityResponse

getMetadata() 공개 메소드

public getMetadata ( ) : array
리턴 array

getObject() 공개 메소드

public getObject ( ) : string
리턴 string

getProductDescription() 공개 메소드

public getProductDescription ( ) : string
리턴 string

getStatementDescriptor() 공개 메소드

public getStatementDescriptor ( ) : string
리턴 string

getSupportEmail() 공개 메소드

public getSupportEmail ( ) : string
리턴 string

getSupportPhone() 공개 메소드

public getSupportPhone ( ) : mixed
리턴 mixed

getSupportUrl() 공개 메소드

public getSupportUrl ( ) : string
리턴 string

getTimezone() 공개 메소드

public getTimezone ( ) : string
리턴 string

getTransferSchedule() 공개 메소드

public getTransferSchedule ( ) : TransferScheduleResponse
리턴 TransferScheduleResponse

getTransfersEnabled() 공개 메소드

public getTransfersEnabled ( ) : boolean
리턴 boolean

isDebitNegativeBalances() 공개 메소드

isManaged() 공개 메소드

public isManaged ( ) : boolean
리턴 boolean

setBusinessName() 공개 메소드

public setBusinessName ( string $businessName ) : AccountResponse
$businessName string
리턴 AccountResponse

setBusinessPrimaryColor() 공개 메소드

public setBusinessPrimaryColor ( string $businessPrimaryColor ) : AccountResponse
$businessPrimaryColor string
리턴 AccountResponse

setBusinessUrl() 공개 메소드

public setBusinessUrl ( string $businessUrl ) : AccountResponse
$businessUrl string
리턴 AccountResponse

setChargesEnabled() 공개 메소드

public setChargesEnabled ( boolean $chargesEnabled )
$chargesEnabled boolean

setCountry() 공개 메소드

public setCountry ( string $country )
$country string

setCurrenciesSupported() 공개 메소드

public setCurrenciesSupported ( array $currenciesSupported )
$currenciesSupported array

setDebitNegativeBalances() 공개 메소드

public setDebitNegativeBalances ( boolean $debitNegativeBalances ) : AccountResponse
$debitNegativeBalances boolean
리턴 AccountResponse

setDeclineChargeOn() 공개 메소드

public setDeclineChargeOn ( DeclineChargeOnResponse $declineChargeOn ) : AccountResponse
$declineChargeOn DeclineChargeOnResponse
리턴 AccountResponse

setDefaultCurrency() 공개 메소드

public setDefaultCurrency ( string $defaultCurrency )
$defaultCurrency string

setDetailsSubmitted() 공개 메소드

public setDetailsSubmitted ( boolean $detailsSubmitted )
$detailsSubmitted boolean

setDisplayName() 공개 메소드

public setDisplayName ( string $displayName )
$displayName string

setEmail() 공개 메소드

public setEmail ( string $email )
$email string

setExternalAccounts() 공개 메소드

public setExternalAccounts ( ListExternalAccountsResponse $externalAccounts ) : AccountResponse
$externalAccounts ListExternalAccountsResponse
리턴 AccountResponse

setId() 공개 메소드

public setId ( string $id )
$id string

setLegalEntity() 공개 메소드

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

setManaged() 공개 메소드

public setManaged ( boolean $managed ) : AccountResponse
$managed boolean
리턴 AccountResponse

setMetadata() 공개 메소드

public setMetadata ( array $metadata ) : AccountResponse
$metadata array
리턴 AccountResponse

setObject() 공개 메소드

public setObject ( string $object )
$object string

setProductDescription() 공개 메소드

public setProductDescription ( string $productDescription ) : AccountResponse
$productDescription string
리턴 AccountResponse

setStatementDescriptor() 공개 메소드

public setStatementDescriptor ( string $statementDescriptor )
$statementDescriptor string

setSupportEmail() 공개 메소드

public setSupportEmail ( string $supportEmail ) : AccountResponse
$supportEmail string
리턴 AccountResponse

setSupportPhone() 공개 메소드

public setSupportPhone ( mixed $supportPhone ) : AccountResponse
$supportPhone mixed
리턴 AccountResponse

setSupportUrl() 공개 메소드

public setSupportUrl ( string $supportUrl ) : AccountResponse
$supportUrl string
리턴 AccountResponse

setTimezone() 공개 메소드

public setTimezone ( string $timezone )
$timezone string

setTransferEnabled() 공개 메소드

public setTransferEnabled ( boolean $transfersEnabled )
$transfersEnabled boolean

setTransferSchedule() 공개 메소드

public setTransferSchedule ( TransferScheduleResponse $transferSchedule ) : AccountResponse
$transferSchedule TransferScheduleResponse
리턴 AccountResponse

프로퍼티 상세

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

protected string $businessName
리턴 string

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

protected string $businessPrimaryColor
리턴 string

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

protected string $businessUrl
리턴 string

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

protected bool $chargesEnabled
리턴 boolean

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

protected string $country
리턴 string

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

protected array $currenciesSupported
리턴 array

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

protected bool $debitNegativeBalances
리턴 boolean

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

protected DeclineChargeOnResponse,Stripe\Response\Accounts $declineChargeOn
리턴 DeclineChargeOnResponse

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

protected string $defaultCurrency
리턴 string

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

protected bool $detailsSubmitted
리턴 boolean

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

protected string $displayName
리턴 string

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

protected string $email
리턴 string

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

protected ListExternalAccountsResponse,Stripe\Response\Accounts $externalAccounts
리턴 ListExternalAccountsResponse

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

protected string $id
리턴 string

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

protected LegalEntityResponse,Stripe\Response\LegalEntity $legalEntity
리턴 Stripe\Response\LegalEntity\LegalEntityResponse

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

protected bool $managed
리턴 boolean

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

protected array $metadata
리턴 array

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

protected string $object
리턴 string

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

protected string $productDescription
리턴 string

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

protected string $statementDescriptor
리턴 string

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

protected string $supportEmail
리턴 string

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

protected string $supportPhone
리턴 string

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

protected string $supportUrl
리턴 string

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

protected string $timezone
리턴 string

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

protected TransferScheduleResponse,Stripe\Response\Accounts $transferSchedule
리턴 TransferScheduleResponse

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

protected bool $transfersEnabled
리턴 boolean