PHP Class XeroPHP\Models\PayrollAU\PayItem\LeaveType

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

Méthodes publiques

Méthode Description
addTypeOfUnit ( float $value ) : LeaveType
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getGUIDProperty ( ) : string Get the guid property
getIsPaidLeave ( ) : string
getLeaveLoadingRate ( ) : float
getLeaveTypeID ( ) : string
getName ( ) : string
getNormalEntitlement ( ) : 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
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getShowOnPayslip ( ) : string
getSupportedMethods ( ) Get the supported methods
getTypeOfUnits ( ) : float[] | Collection
isPageable ( )
setIsPaidLeave ( string $value ) : LeaveType
setLeaveLoadingRate ( float $value ) : LeaveType
setLeaveTypeID ( string $value ) : LeaveType
setName ( string $value ) : LeaveType
setNormalEntitlement ( string $value ) : LeaveType
setShowOnPayslip ( string $value ) : LeaveType

Method Details

addTypeOfUnit() public méthode

public addTypeOfUnit ( float $value ) : LeaveType
$value float
Résultat LeaveType

getAPIStem() public static méthode

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

getGUIDProperty() public static méthode

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

getIsPaidLeave() public méthode

public getIsPaidLeave ( ) : string
Résultat string

getLeaveLoadingRate() public méthode

public getLeaveLoadingRate ( ) : float
Résultat float

getLeaveTypeID() public méthode

public getLeaveTypeID ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getNormalEntitlement() public méthode

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

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

getShowOnPayslip() public méthode

public getShowOnPayslip ( ) : string
Résultat string

getSupportedMethods() public static méthode

Get the supported methods
public static getSupportedMethods ( )

getTypeOfUnits() public méthode

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

isPageable() public static méthode

public static isPageable ( )

setIsPaidLeave() public méthode

public setIsPaidLeave ( string $value ) : LeaveType
$value string
Résultat LeaveType

setLeaveLoadingRate() public méthode

public setLeaveLoadingRate ( float $value ) : LeaveType
$value float
Résultat LeaveType

setLeaveTypeID() public méthode

public setLeaveTypeID ( string $value ) : LeaveType
$value string
Résultat LeaveType

setName() public méthode

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

setNormalEntitlement() public méthode

public setNormalEntitlement ( string $value ) : LeaveType
$value string
Résultat LeaveType

setShowOnPayslip() public méthode

public setShowOnPayslip ( string $value ) : LeaveType
$value string
Résultat LeaveType