PHP Класс XeroPHP\Models\PayrollAU\Payslip\SuperannuationLine

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

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

Метод Описание
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() публичный Метод

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

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