PHP Class XeroPHP\Models\PayrollAU\PayItem\EarningsRate

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
getAccrueLeave ( ) : float
getAmount ( ) : float
getDisplayName ( ) : string
getEarningsRateID ( ) : string
getEarningsType ( ) : string
getGUIDProperty ( ) : string Get the guid property
getIsExemptFromSuper ( ) : string
getIsExemptFromTax ( ) : string
getMultiplier ( ) : float
getName ( ) : string
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
getRatePerUnit ( ) : float
getRateType ( ) : 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
getTypeOfUnits ( ) : string
isPageable ( )
setAccountCode ( string $value ) : EarningsRate
setAccrueLeave ( float $value ) : EarningsRate
setAmount ( float $value ) : EarningsRate
setDisplayName ( string $value ) : EarningsRate
setEarningsRateID ( string $value ) : EarningsRate
setEarningsType ( string $value ) : EarningsRate
setIsExemptFromSuper ( string $value ) : EarningsRate
setIsExemptFromTax ( string $value ) : EarningsRate
setMultiplier ( float $value ) : EarningsRate
setName ( string $value ) : EarningsRate
setRatePerUnit ( float $value ) : EarningsRate
setRateType ( string $value ) : EarningsRate
setTypeOfUnit ( string $value ) : EarningsRate

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

getAccrueLeave() public méthode

public getAccrueLeave ( ) : float
Résultat float

getAmount() public méthode

public getAmount ( ) : float
Résultat float

getDisplayName() public méthode

Deprecation:
public getDisplayName ( ) : string
Résultat string

getEarningsRateID() public méthode

public getEarningsRateID ( ) : string
Résultat string

getEarningsType() public méthode

public getEarningsType ( ) : string
Résultat string

getGUIDProperty() public static méthode

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

getIsExemptFromSuper() public méthode

public getIsExemptFromSuper ( ) : string
Résultat string

getIsExemptFromTax() public méthode

public getIsExemptFromTax ( ) : string
Résultat string

getMultiplier() public méthode

public getMultiplier ( ) : float
Résultat float

getName() public méthode

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

getRatePerUnit() public méthode

public getRatePerUnit ( ) : float
Résultat float

getRateType() public méthode

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

getTypeOfUnits() public méthode

public getTypeOfUnits ( ) : string
Résultat string

isPageable() public static méthode

public static isPageable ( )

setAccountCode() public méthode

public setAccountCode ( string $value ) : EarningsRate
$value string
Résultat EarningsRate

setAccrueLeave() public méthode

public setAccrueLeave ( float $value ) : EarningsRate
$value float
Résultat EarningsRate

setAmount() public méthode

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

setDisplayName() public méthode

Deprecation:
public setDisplayName ( string $value ) : EarningsRate
$value string
Résultat EarningsRate

setEarningsRateID() public méthode

public setEarningsRateID ( string $value ) : EarningsRate
$value string
Résultat EarningsRate

setEarningsType() public méthode

public setEarningsType ( string $value ) : EarningsRate
$value string
Résultat EarningsRate

setIsExemptFromSuper() public méthode

public setIsExemptFromSuper ( string $value ) : EarningsRate
$value string
Résultat EarningsRate

setIsExemptFromTax() public méthode

public setIsExemptFromTax ( string $value ) : EarningsRate
$value string
Résultat EarningsRate

setMultiplier() public méthode

public setMultiplier ( float $value ) : EarningsRate
$value float
Résultat EarningsRate

setName() public méthode

public setName ( string $value ) : EarningsRate
$value string
Résultat EarningsRate

setRatePerUnit() public méthode

public setRatePerUnit ( float $value ) : EarningsRate
$value float
Résultat EarningsRate

setRateType() public méthode

public setRateType ( string $value ) : EarningsRate
$value string
Résultat EarningsRate

setTypeOfUnit() public méthode

public setTypeOfUnit ( string $value ) : EarningsRate
$value string
Résultat EarningsRate