PHP Class app\Dinero

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: Bottelet/Flarepoint-crm Class Usage Examples

Public Properties

Property Type Description
$client
$instance

Protected Properties

Property Type Description
$accessToken
$apiKey
$clientId
$clientSecret
$organizationId

Public Methods

Method Description
bookInvoice ( $invoiceGuid, $timestamp )
createInvoice ( $params )
getClient ( )
getContacts ( )
getInstance ( )
initialize ( $dbRow )
sendInvoice ( $invoiceGuid, $timestamp )

Protected Methods

Method Description
convertJson ( $response )

Method Details

bookInvoice() public static method

public static bookInvoice ( $invoiceGuid, $timestamp )

convertJson() protected static method

protected static convertJson ( $response )

createInvoice() public static method

public static createInvoice ( $params )

getClient() public static method

public static getClient ( )

getContacts() public method

public getContacts ( )

getInstance() public static method

public static getInstance ( )

initialize() public static method

public static initialize ( $dbRow )

sendInvoice() public static method

public static sendInvoice ( $invoiceGuid, $timestamp )

Property Details

$accessToken protected static property

protected static $accessToken

$apiKey protected static property

protected static $apiKey

$client public static property

public static $client

$clientId protected static property

protected static $clientId

$clientSecret protected static property

protected static $clientSecret

$instance public static property

public static $instance

$organizationId protected static property

protected static $organizationId