PHP Class XeroPHP\Models\Accounting\Prepayment\LineItem

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
getAccountCode ( ) : string
getDescription ( ) : string
getGUIDProperty ( ) : string Get the guid property
getLineAmount ( ) : float
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
getQuantity ( ) : string
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
getTaxAmount ( ) : float
getTaxType ( ) : string
getTracking ( ) : TrackingCategory[] | Collection
getUnitAmount ( ) : float
isPageable ( )

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

getAccountCode() public méthode

public getAccountCode ( ) : string
Résultat string

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getGUIDProperty() public static méthode

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

getLineAmount() public méthode

public getLineAmount ( ) : float
Résultat float

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

getQuantity() public méthode

public getQuantity ( ) : string
Résultat string

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 ( )

getTaxAmount() public méthode

public getTaxAmount ( ) : float
Résultat float

getTaxType() public méthode

public getTaxType ( ) : string
Résultat string

getTracking() public méthode

public getTracking ( ) : TrackingCategory[] | Collection
Résultat XeroPHP\Models\Accounting\TrackingCategory[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getUnitAmount() public méthode

public getUnitAmount ( ) : float
Résultat float

isPageable() public static méthode

public static isPageable ( )