PHP 클래스 app\Dinero

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: Bottelet/Flarepoint-crm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$client
$instance

보호된 프로퍼티들

프로퍼티 타입 설명
$accessToken
$apiKey
$clientId
$clientSecret
$organizationId

공개 메소드들

메소드 설명
bookInvoice ( $invoiceGuid, $timestamp )
createInvoice ( $params )
getClient ( )
getContacts ( )
getInstance ( )
initialize ( $dbRow )
sendInvoice ( $invoiceGuid, $timestamp )

보호된 메소드들

메소드 설명
convertJson ( $response )

메소드 상세

bookInvoice() 공개 정적인 메소드

public static bookInvoice ( $invoiceGuid, $timestamp )

convertJson() 보호된 정적인 메소드

protected static convertJson ( $response )

createInvoice() 공개 정적인 메소드

public static createInvoice ( $params )

getClient() 공개 정적인 메소드

public static getClient ( )

getContacts() 공개 메소드

public getContacts ( )

getInstance() 공개 정적인 메소드

public static getInstance ( )

initialize() 공개 정적인 메소드

public static initialize ( $dbRow )

sendInvoice() 공개 정적인 메소드

public static sendInvoice ( $invoiceGuid, $timestamp )

프로퍼티 상세

$accessToken 보호되어 있는 정적으로 프로퍼티

protected static $accessToken

$apiKey 보호되어 있는 정적으로 프로퍼티

protected static $apiKey

$client 공개적으로 정적으로 프로퍼티

public static $client

$clientId 보호되어 있는 정적으로 프로퍼티

protected static $clientId

$clientSecret 보호되어 있는 정적으로 프로퍼티

protected static $clientSecret

$instance 공개적으로 정적으로 프로퍼티

public static $instance

$organizationId 보호되어 있는 정적으로 프로퍼티

protected static $organizationId