PHP 클래스 XeroPHP\Models\PayrollAU\Payslip\SuperannuationLine

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

공개 메소드들

메소드 설명
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getAmount ( ) : float
getCalculationType ( ) : string
getContributionType ( ) : string
getExpenseAccountCode ( ) : string
getGUIDProperty ( ) : string Get the guid property
getLiabilityAccountCode ( ) : string
getMinimumMonthlyEarnings ( ) : string
getPaymentDateForThisPeriod ( ) : DateTimeInterface
getPercentage ( ) : string
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
getSuperMembershipID ( ) : string
getSupportedMethods ( ) Get the supported methods
isPageable ( )
setAmount ( float $value ) : SuperannuationLine
setCalculationType ( string $value ) : SuperannuationLine
setContributionType ( string $value ) : SuperannuationLine
setExpenseAccountCode ( string $value ) : SuperannuationLine
setLiabilityAccountCode ( string $value ) : SuperannuationLine
setMinimumMonthlyEarning ( string $value ) : SuperannuationLine
setPaymentDateForThisPeriod ( DateTimeInterface $value ) : SuperannuationLine
setPercentage ( string $value ) : SuperannuationLine
setSuperMembershipID ( string $value ) : SuperannuationLine

메소드 상세

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

getContributionType() 공개 메소드

public getContributionType ( ) : string
리턴 string

getExpenseAccountCode() 공개 메소드

public getExpenseAccountCode ( ) : string
리턴 string

getGUIDProperty() 공개 정적인 메소드

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

getLiabilityAccountCode() 공개 메소드

public getLiabilityAccountCode ( ) : string
리턴 string

getMinimumMonthlyEarnings() 공개 메소드

getPaymentDateForThisPeriod() 공개 메소드

public getPaymentDateForThisPeriod ( ) : DateTimeInterface
리턴 DateTimeInterface

getPercentage() 공개 메소드

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

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

getSuperMembershipID() 공개 메소드

public getSuperMembershipID ( ) : string
리턴 string

getSupportedMethods() 공개 정적인 메소드

Get the supported methods
public static getSupportedMethods ( )

isPageable() 공개 정적인 메소드

public static isPageable ( )

setAmount() 공개 메소드

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

setCalculationType() 공개 메소드

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

setContributionType() 공개 메소드

public setContributionType ( string $value ) : SuperannuationLine
$value string
리턴 SuperannuationLine

setExpenseAccountCode() 공개 메소드

public setExpenseAccountCode ( string $value ) : SuperannuationLine
$value string
리턴 SuperannuationLine

setLiabilityAccountCode() 공개 메소드

public setLiabilityAccountCode ( string $value ) : SuperannuationLine
$value string
리턴 SuperannuationLine

setMinimumMonthlyEarning() 공개 메소드

public setMinimumMonthlyEarning ( string $value ) : SuperannuationLine
$value string
리턴 SuperannuationLine

setPaymentDateForThisPeriod() 공개 메소드

public setPaymentDateForThisPeriod ( DateTimeInterface $value ) : SuperannuationLine
$value DateTimeInterface
리턴 SuperannuationLine

setPercentage() 공개 메소드

public setPercentage ( string $value ) : SuperannuationLine
$value string
리턴 SuperannuationLine

setSuperMembershipID() 공개 메소드

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