PHP Class XeroPHP\Models\PayrollAU\Payslip\SuperannuationLine

Inheritance: extends XeroPHP\Remote\Object
Show file Open project: calcinai/xero-php

Public Methods

Method Description
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

Method Details

getAPIStem() public static method

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

getAmount() public method

public getAmount ( ) : float
return float

getCalculationType() public method

public getCalculationType ( ) : string
return string

getContributionType() public method

public getContributionType ( ) : string
return string

getExpenseAccountCode() public method

public getExpenseAccountCode ( ) : string
return string

getGUIDProperty() public static method

Get the guid property
public static getGUIDProperty ( ) : string
return string

getLiabilityAccountCode() public method

public getLiabilityAccountCode ( ) : string
return string

getMinimumMonthlyEarnings() public method

getPaymentDateForThisPeriod() public method

public getPaymentDateForThisPeriod ( ) : DateTimeInterface
return DateTimeInterface

getPercentage() public method

public getPercentage ( ) : string
return string

getProperties() public static method

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
return array

getResourceURI() public static method

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
return string

getRootNodeName() public static method

Get the root node name. Just the unqualified classname
public static getRootNodeName ( ) : string
return string

getSuperMembershipID() public method

public getSuperMembershipID ( ) : string
return string

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static method

public static isPageable ( )

setAmount() public method

public setAmount ( float $value ) : SuperannuationLine
$value float
return SuperannuationLine

setCalculationType() public method

public setCalculationType ( string $value ) : SuperannuationLine
$value string
return SuperannuationLine

setContributionType() public method

public setContributionType ( string $value ) : SuperannuationLine
$value string
return SuperannuationLine

setExpenseAccountCode() public method

public setExpenseAccountCode ( string $value ) : SuperannuationLine
$value string
return SuperannuationLine

setLiabilityAccountCode() public method

public setLiabilityAccountCode ( string $value ) : SuperannuationLine
$value string
return SuperannuationLine

setMinimumMonthlyEarning() public method

public setMinimumMonthlyEarning ( string $value ) : SuperannuationLine
$value string
return SuperannuationLine

setPaymentDateForThisPeriod() public method

public setPaymentDateForThisPeriod ( DateTimeInterface $value ) : SuperannuationLine
$value DateTimeInterface
return SuperannuationLine

setPercentage() public method

public setPercentage ( string $value ) : SuperannuationLine
$value string
return SuperannuationLine

setSuperMembershipID() public method

public setSuperMembershipID ( string $value ) : SuperannuationLine
$value string
return SuperannuationLine