PHP Class XeroPHP\Models\PayrollUS\Employee\SalaryAndWage

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
getAnnualSalary ( ) : string
getEarningsTypeID ( ) : string
getEffectiveDate ( ) : DateTimeInterface
getGUIDProperty ( ) : string Get the guid property
getHourlyRate ( ) : 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
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getSalaryAndWageID ( ) : string
getSalaryAndWagesID ( ) : string
getSalaryWagesType ( ) : string
getStandardHoursPerWeek ( ) : string
getSupportedMethods ( ) Get the supported methods
isPageable ( )
setAnnualSalary ( string $value ) : SalaryAndWage
setEarningsTypeID ( string $value ) : SalaryAndWage
setEffectiveDate ( DateTimeInterface $value ) : SalaryAndWage
setHourlyRate ( float $value ) : SalaryAndWage
setSalaryAndWageID ( string $value ) : SalaryAndWage
setSalaryAndWagesID ( string $value ) : SalaryAndWage
setSalaryWagesType ( string $value ) : SalaryAndWage
setStandardHoursPerWeek ( string $value ) : SalaryAndWage

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

getAnnualSalary() public méthode

public getAnnualSalary ( ) : string
Résultat string

getEarningsTypeID() public méthode

public getEarningsTypeID ( ) : string
Résultat string

getEffectiveDate() public méthode

public getEffectiveDate ( ) : DateTimeInterface
Résultat DateTimeInterface

getGUIDProperty() public static méthode

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

getHourlyRate() public méthode

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

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

getSalaryAndWageID() public méthode

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

getSalaryAndWagesID() public méthode

public getSalaryAndWagesID ( ) : string
Résultat string

getSalaryWagesType() public méthode

public getSalaryWagesType ( ) : string
Résultat string

getStandardHoursPerWeek() public méthode

public getStandardHoursPerWeek ( ) : string
Résultat string

getSupportedMethods() public static méthode

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static méthode

public static isPageable ( )

setAnnualSalary() public méthode

public setAnnualSalary ( string $value ) : SalaryAndWage
$value string
Résultat SalaryAndWage

setEarningsTypeID() public méthode

public setEarningsTypeID ( string $value ) : SalaryAndWage
$value string
Résultat SalaryAndWage

setEffectiveDate() public méthode

public setEffectiveDate ( DateTimeInterface $value ) : SalaryAndWage
$value DateTimeInterface
Résultat SalaryAndWage

setHourlyRate() public méthode

public setHourlyRate ( float $value ) : SalaryAndWage
$value float
Résultat SalaryAndWage

setSalaryAndWageID() public méthode

Deprecation:
public setSalaryAndWageID ( string $value ) : SalaryAndWage
$value string
Résultat SalaryAndWage

setSalaryAndWagesID() public méthode

public setSalaryAndWagesID ( string $value ) : SalaryAndWage
$value string
Résultat SalaryAndWage

setSalaryWagesType() public méthode

public setSalaryWagesType ( string $value ) : SalaryAndWage
$value string
Résultat SalaryAndWage

setStandardHoursPerWeek() public méthode

public setStandardHoursPerWeek ( string $value ) : SalaryAndWage
$value string
Résultat SalaryAndWage