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

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

공개 메소드들

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