PHP Class XeroPHP\Models\PayrollAU\Employee\OpeningBalance

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

Méthodes publiques

Méthode Description
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
getCalculationType ( ) : string
getDeductionLines ( ) : DeductionLine[] | Collection
getDeductionTypeID ( ) : string
getEarningsLines ( ) : EarningsLine[] | Collection
getEarningsRateID ( ) : string
getGUIDProperty ( ) : string Get the guid property
getLeaveLines ( ) : string
getLeaveTypeID ( ) : string
getNumberOfUnits ( ) : string
getOpeningBalanceDate ( ) : DateTimeInterface
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
getSuperLines ( ) : string
getSuperMembershipID ( ) : string
getSupportedMethods ( ) Get the supported methods
getTax ( ) : string
isPageable ( )
setAmount ( float $value ) : OpeningBalance
setCalculationType ( string $value ) : OpeningBalance
setDeductionTypeID ( string $value ) : OpeningBalance
setEarningsRateID ( string $value ) : OpeningBalance
setLeaveLine ( string $value ) : OpeningBalance
setLeaveTypeID ( string $value ) : OpeningBalance
setNumberOfUnit ( string $value ) : OpeningBalance
setOpeningBalanceDate ( DateTimeInterface $value ) : OpeningBalance
setReimbursementTypeID ( string $value ) : OpeningBalance
setSuperLine ( string $value ) : OpeningBalance
setSuperMembershipID ( string $value ) : OpeningBalance
setTax ( string $value ) : OpeningBalance

Method Details

addDeductionLine() public méthode

public addDeductionLine ( DeductionLine $value ) : OpeningBalance
$value XeroPHP\Models\PayrollAU\Payslip\DeductionLine
Résultat OpeningBalance

addEarningsLine() public méthode

public addEarningsLine ( EarningsLine $value ) : OpeningBalance
$value XeroPHP\Models\PayrollAU\Payslip\EarningsLine
Résultat OpeningBalance

addReimbursementLine() public méthode

public addReimbursementLine ( ReimbursementLine $value ) : OpeningBalance
$value XeroPHP\Models\PayrollAU\Payslip\ReimbursementLine
Résultat OpeningBalance

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

getCalculationType() public méthode

public getCalculationType ( ) : string
Résultat string

getDeductionLines() public méthode

public getDeductionLines ( ) : DeductionLine[] | Collection
Résultat XeroPHP\Models\PayrollAU\Payslip\DeductionLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getDeductionTypeID() public méthode

public getDeductionTypeID ( ) : string
Résultat string

getEarningsLines() public méthode

public getEarningsLines ( ) : EarningsLine[] | Collection
Résultat XeroPHP\Models\PayrollAU\Payslip\EarningsLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getEarningsRateID() public méthode

public getEarningsRateID ( ) : string
Résultat string

getGUIDProperty() public static méthode

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

getLeaveLines() public méthode

public getLeaveLines ( ) : string
Résultat string

getLeaveTypeID() public méthode

public getLeaveTypeID ( ) : string
Résultat string

getNumberOfUnits() public méthode

public getNumberOfUnits ( ) : string
Résultat string

getOpeningBalanceDate() public méthode

public getOpeningBalanceDate ( ) : DateTimeInterface
Résultat DateTimeInterface

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

getReimbursementLines() public méthode

public getReimbursementLines ( ) : ReimbursementLine[] | Collection
Résultat XeroPHP\Models\PayrollAU\Payslip\ReimbursementLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

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

getSuperLines() public méthode

public getSuperLines ( ) : string
Résultat string

getSuperMembershipID() public méthode

public getSuperMembershipID ( ) : string
Résultat string

getSupportedMethods() public static méthode

Get the supported methods
public static getSupportedMethods ( )

getTax() public méthode

public getTax ( ) : string
Résultat string

isPageable() public static méthode

public static isPageable ( )

setAmount() public méthode

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

setCalculationType() public méthode

public setCalculationType ( string $value ) : OpeningBalance
$value string
Résultat OpeningBalance

setDeductionTypeID() public méthode

public setDeductionTypeID ( string $value ) : OpeningBalance
$value string
Résultat OpeningBalance

setEarningsRateID() public méthode

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

setLeaveLine() public méthode

public setLeaveLine ( string $value ) : OpeningBalance
$value string
Résultat OpeningBalance

setLeaveTypeID() public méthode

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

setNumberOfUnit() public méthode

public setNumberOfUnit ( string $value ) : OpeningBalance
$value string
Résultat OpeningBalance

setOpeningBalanceDate() public méthode

public setOpeningBalanceDate ( DateTimeInterface $value ) : OpeningBalance
$value DateTimeInterface
Résultat OpeningBalance

setReimbursementTypeID() public méthode

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

setSuperLine() public méthode

public setSuperLine ( string $value ) : OpeningBalance
$value string
Résultat OpeningBalance

setSuperMembershipID() public méthode

public setSuperMembershipID ( string $value ) : OpeningBalance
$value string
Résultat OpeningBalance

setTax() public méthode

public setTax ( string $value ) : OpeningBalance
$value string
Résultat OpeningBalance