PHP 클래스 XeroPHP\Models\PayrollAU\Employee\OpeningBalance

상속: extends XeroPHP\Remote\Object
파일 보기 프로젝트 열기: calcinai/xero-php

공개 메소드들

메소드 설명
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

메소드 상세

addDeductionLine() 공개 메소드

public addDeductionLine ( DeductionLine $value ) : OpeningBalance
$value XeroPHP\Models\PayrollAU\Payslip\DeductionLine
리턴 OpeningBalance

addEarningsLine() 공개 메소드

public addEarningsLine ( EarningsLine $value ) : OpeningBalance
$value XeroPHP\Models\PayrollAU\Payslip\EarningsLine
리턴 OpeningBalance

addReimbursementLine() 공개 메소드

public addReimbursementLine ( ReimbursementLine $value ) : OpeningBalance
$value XeroPHP\Models\PayrollAU\Payslip\ReimbursementLine
리턴 OpeningBalance

getAPIStem() 공개 정적인 메소드

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
리턴 string | null

getAmount() 공개 메소드

public getAmount ( ) : float
리턴 float

getCalculationType() 공개 메소드

public getCalculationType ( ) : string
리턴 string

getDeductionLines() 공개 메소드

public getDeductionLines ( ) : DeductionLine[] | Collection
리턴 XeroPHP\Models\PayrollAU\Payslip\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\PayrollAU\Payslip\EarningsLine[] | XeroPHP\Remote\Collection Always returns a collection, switch is for type hinting

getEarningsRateID() 공개 메소드

public getEarningsRateID ( ) : string
리턴 string

getGUIDProperty() 공개 정적인 메소드

Get the guid property
public static getGUIDProperty ( ) : string
리턴 string

getLeaveLines() 공개 메소드

public getLeaveLines ( ) : string
리턴 string

getLeaveTypeID() 공개 메소드

public getLeaveTypeID ( ) : string
리턴 string

getNumberOfUnits() 공개 메소드

public getNumberOfUnits ( ) : string
리턴 string

getOpeningBalanceDate() 공개 메소드

public getOpeningBalanceDate ( ) : DateTimeInterface
리턴 DateTimeInterface

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\PayrollAU\Payslip\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

getSuperLines() 공개 메소드

public getSuperLines ( ) : string
리턴 string

getSuperMembershipID() 공개 메소드

public getSuperMembershipID ( ) : string
리턴 string

getSupportedMethods() 공개 정적인 메소드

Get the supported methods
public static getSupportedMethods ( )

getTax() 공개 메소드

public getTax ( ) : string
리턴 string

isPageable() 공개 정적인 메소드

public static isPageable ( )

setAmount() 공개 메소드

public setAmount ( float $value ) : OpeningBalance
$value float
리턴 OpeningBalance

setCalculationType() 공개 메소드

public setCalculationType ( string $value ) : OpeningBalance
$value string
리턴 OpeningBalance

setDeductionTypeID() 공개 메소드

public setDeductionTypeID ( string $value ) : OpeningBalance
$value string
리턴 OpeningBalance

setEarningsRateID() 공개 메소드

public setEarningsRateID ( string $value ) : OpeningBalance
$value string
리턴 OpeningBalance

setLeaveLine() 공개 메소드

public setLeaveLine ( string $value ) : OpeningBalance
$value string
리턴 OpeningBalance

setLeaveTypeID() 공개 메소드

public setLeaveTypeID ( string $value ) : OpeningBalance
$value string
리턴 OpeningBalance

setNumberOfUnit() 공개 메소드

public setNumberOfUnit ( string $value ) : OpeningBalance
$value string
리턴 OpeningBalance

setOpeningBalanceDate() 공개 메소드

public setOpeningBalanceDate ( DateTimeInterface $value ) : OpeningBalance
$value DateTimeInterface
리턴 OpeningBalance

setReimbursementTypeID() 공개 메소드

public setReimbursementTypeID ( string $value ) : OpeningBalance
$value string
리턴 OpeningBalance

setSuperLine() 공개 메소드

public setSuperLine ( string $value ) : OpeningBalance
$value string
리턴 OpeningBalance

setSuperMembershipID() 공개 메소드

public setSuperMembershipID ( string $value ) : OpeningBalance
$value string
리턴 OpeningBalance

setTax() 공개 메소드

public setTax ( string $value ) : OpeningBalance
$value string
리턴 OpeningBalance