PHP Class XeroPHP\Models\Accounting\Prepayment\Allocation

Inheritance: extends XeroPHP\Remote\Object
Afficher le fichier Open project: calcinai/xero-php

Méthodes publiques

Méthode Description
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAppliedAmount ( ) : float
getDate ( ) : DateTimeInterface
getGUIDProperty ( ) : string Get the guid property
getInvoice ( ) : Invoice
getProperties ( ) : array Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getSupportedMethods ( ) Get the supported methods
isPageable ( )
setAppliedAmount ( float $value ) : Allocation
setDate ( DateTimeInterface $value ) : Allocation
setInvoice ( Invoice $value ) : Allocation

Method Details

getAPIStem() public static méthode

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
Résultat string | null

getAppliedAmount() public méthode

public getAppliedAmount ( ) : float
Résultat float

getDate() public méthode

public getDate ( ) : DateTimeInterface
Résultat DateTimeInterface

getGUIDProperty() public static méthode

Get the guid property
public static getGUIDProperty ( ) : string
Résultat string

getInvoice() public méthode

public getInvoice ( ) : Invoice
Résultat XeroPHP\Models\Accounting\Invoice

getProperties() public static méthode

Get the properties of the object. Indexed by constants [0] - Mandatory [1] - Type [2] - PHP type [3] - Is an Array [4] - Saves directly
public static getProperties ( ) : array
Résultat array

getResourceURI() public static méthode

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
Résultat string

getRootNodeName() public static méthode

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
Résultat string

getSupportedMethods() public static méthode

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static méthode

public static isPageable ( )

setAppliedAmount() public méthode

public setAppliedAmount ( float $value ) : Allocation
$value float
Résultat Allocation

setDate() public méthode

public setDate ( DateTimeInterface $value ) : Allocation
$value DateTimeInterface
Résultat Allocation

setInvoice() public méthode

public setInvoice ( Invoice $value ) : Allocation
$value XeroPHP\Models\Accounting\Invoice
Résultat Allocation