PHP Класс XeroPHP\Models\PayrollUS\Employee\OpeningBalance

Наследование: extends XeroPHP\Remote\Object
Показать файл Открыть проект

Открытые методы

Метод Описание
addBenefitLine ( BenefitLine $value ) : OpeningBalance
addDeductionLine ( DeductionLine $value ) : OpeningBalance
addEarningsLine ( EarningsLine $value ) : OpeningBalance
addReimbursementLine ( ReimbursementLine $value ) : OpeningBalance
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAmount ( ) : float
getBenefitLines ( ) : BenefitLine[] | Collection
getBenefitTypeID ( ) : string
getDeductionLines ( ) : DeductionLine[] | Collection
getDeductionTypeID ( ) : string
getEarningsLines ( ) : EarningsLine[] | Collection
getEarningsTypeID ( ) : string
getEmployeeID ( ) : 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
getReimbursementLines ( ) : ReimbursementLine[] | Collection
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 ) : OpeningBalance
setBenefitTypeID ( string $value ) : OpeningBalance
setDeductionTypeID ( string $value ) : OpeningBalance
setEarningsTypeID ( string $value ) : OpeningBalance
setEmployeeID ( string $value ) : OpeningBalance
setReimbursementTypeID ( string $value ) : OpeningBalance

Описание методов

addBenefitLine() публичный Метод

public addBenefitLine ( BenefitLine $value ) : OpeningBalance
$value XeroPHP\Models\PayrollUS\Paystub\BenefitLine
Результат OpeningBalance

addDeductionLine() публичный Метод

public addDeductionLine ( DeductionLine $value ) : OpeningBalance
$value XeroPHP\Models\PayrollUS\Paystub\DeductionLine
Результат OpeningBalance

addEarningsLine() публичный Метод

public addEarningsLine ( EarningsLine $value ) : OpeningBalance
$value XeroPHP\Models\PayrollUS\Paystub\EarningsLine
Результат OpeningBalance

addReimbursementLine() публичный Метод

public addReimbursementLine ( ReimbursementLine $value ) : OpeningBalance
$value XeroPHP\Models\PayrollUS\Paystub\ReimbursementLine
Результат OpeningBalance

getAPIStem() публичный статический Метод

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
Результат string | null

getAmount() публичный Метод

public getAmount ( ) : float
Результат float

getBenefitLines() публичный Метод

public getBenefitLines ( ) : BenefitLine[] | Collection
Результат XeroPHP\Models\PayrollUS\Paystub\BenefitLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getBenefitTypeID() публичный Метод

public getBenefitTypeID ( ) : string
Результат string

getDeductionLines() публичный Метод

public getDeductionLines ( ) : DeductionLine[] | Collection
Результат XeroPHP\Models\PayrollUS\Paystub\DeductionLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getDeductionTypeID() публичный Метод

public getDeductionTypeID ( ) : string
Результат string

getEarningsLines() публичный Метод

public getEarningsLines ( ) : EarningsLine[] | Collection
Результат XeroPHP\Models\PayrollUS\Paystub\EarningsLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getEarningsTypeID() публичный Метод

public getEarningsTypeID ( ) : string
Результат string

getEmployeeID() публичный Метод

Устаревший:
public getEmployeeID ( ) : string
Результат string

getGUIDProperty() публичный статический Метод

Get the guid property
public static getGUIDProperty ( ) : string
Результат string

getProperties() публичный статический Метод

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
Результат array

getReimbursementLines() публичный Метод

public getReimbursementLines ( ) : ReimbursementLine[] | Collection
Результат XeroPHP\Models\PayrollUS\Paystub\ReimbursementLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getReimbursementTypeID() публичный Метод

public getReimbursementTypeID ( ) : string
Результат string

getResourceURI() публичный статический Метод

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
Результат string

getRootNodeName() публичный статический Метод

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
Результат string

getSupportedMethods() публичный статический Метод

Get the supported methods
public static getSupportedMethods ( )

isPageable() публичный статический Метод

public static isPageable ( )

setAmount() публичный Метод

public setAmount ( float $value ) : OpeningBalance
$value float
Результат OpeningBalance

setBenefitTypeID() публичный Метод

public setBenefitTypeID ( string $value ) : OpeningBalance
$value string
Результат OpeningBalance

setDeductionTypeID() публичный Метод

public setDeductionTypeID ( string $value ) : OpeningBalance
$value string
Результат OpeningBalance

setEarningsTypeID() публичный Метод

public setEarningsTypeID ( string $value ) : OpeningBalance
$value string
Результат OpeningBalance

setEmployeeID() публичный Метод

Устаревший:
public setEmployeeID ( string $value ) : OpeningBalance
$value string
Результат OpeningBalance

setReimbursementTypeID() публичный Метод

public setReimbursementTypeID ( string $value ) : OpeningBalance
$value string
Результат OpeningBalance