PHP Class XeroPHP\Models\PayrollAU\Payslip\ReimbursementLine

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
getAmount ( ) : float
getDescription ( ) : string
getExpenseAccount ( ) : string
getGUIDProperty ( ) : string Get the guid property
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
getReimbursementTypeID ( ) : 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
isPageable ( )
setAmount ( float $value ) : ReimbursementLine
setDescription ( string $value ) : ReimbursementLine
setExpenseAccount ( string $value ) : ReimbursementLine
setReimbursementTypeID ( string $value ) : ReimbursementLine

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

getAmount() public méthode

public getAmount ( ) : float
Résultat float

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getExpenseAccount() public méthode

public getExpenseAccount ( ) : string
Résultat string

getGUIDProperty() public static méthode

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

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

getReimbursementTypeID() public méthode

public getReimbursementTypeID ( ) : 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 ( )

isPageable() public static méthode

public static isPageable ( )

setAmount() public méthode

public setAmount ( float $value ) : ReimbursementLine
$value float
Résultat ReimbursementLine

setDescription() public méthode

public setDescription ( string $value ) : ReimbursementLine
$value string
Résultat ReimbursementLine

setExpenseAccount() public méthode

public setExpenseAccount ( string $value ) : ReimbursementLine
$value string
Résultat ReimbursementLine

setReimbursementTypeID() public méthode

public setReimbursementTypeID ( string $value ) : ReimbursementLine
$value string
Résultat ReimbursementLine