PHP Class XeroPHP\Models\PayrollAU\Payslip\SuperannuationLine

Inheritance: extends XeroPHP\Remote\Object
Afficher le fichier Open project: calcinai/xero-php

Méthodes publiques

Méthode 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 méthode

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

getAmount() public méthode

public getAmount ( ) : float
Résultat float

getCalculationType() public méthode

public getCalculationType ( ) : string
Résultat string

getContributionType() public méthode

public getContributionType ( ) : string
Résultat string

getExpenseAccountCode() public méthode

public getExpenseAccountCode ( ) : string
Résultat string

getGUIDProperty() public static méthode

Get the guid property
public static getGUIDProperty ( ) : string
Résultat string

getLiabilityAccountCode() public méthode

public getLiabilityAccountCode ( ) : string
Résultat string

getMinimumMonthlyEarnings() public méthode

public getMinimumMonthlyEarnings ( ) : string
Résultat string

getPaymentDateForThisPeriod() public méthode

public getPaymentDateForThisPeriod ( ) : DateTimeInterface
Résultat DateTimeInterface

getPercentage() public méthode

public getPercentage ( ) : string
Résultat string

getProperties() public static méthode

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
Résultat array

getResourceURI() public static méthode

Get the resource uri of the class (Contacts) etc
public static getResourceURI ( ) : string
Résultat string

getRootNodeName() public static méthode

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

getSuperMembershipID() public méthode

public getSuperMembershipID ( ) : string
Résultat string

getSupportedMethods() public static méthode

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static méthode

public static isPageable ( )

setAmount() public méthode

public setAmount ( float $value ) : SuperannuationLine
$value float
Résultat SuperannuationLine

setCalculationType() public méthode

public setCalculationType ( string $value ) : SuperannuationLine
$value string
Résultat SuperannuationLine

setContributionType() public méthode

public setContributionType ( string $value ) : SuperannuationLine
$value string
Résultat SuperannuationLine

setExpenseAccountCode() public méthode

public setExpenseAccountCode ( string $value ) : SuperannuationLine
$value string
Résultat SuperannuationLine

setLiabilityAccountCode() public méthode

public setLiabilityAccountCode ( string $value ) : SuperannuationLine
$value string
Résultat SuperannuationLine

setMinimumMonthlyEarning() public méthode

public setMinimumMonthlyEarning ( string $value ) : SuperannuationLine
$value string
Résultat SuperannuationLine

setPaymentDateForThisPeriod() public méthode

public setPaymentDateForThisPeriod ( DateTimeInterface $value ) : SuperannuationLine
$value DateTimeInterface
Résultat SuperannuationLine

setPercentage() public méthode

public setPercentage ( string $value ) : SuperannuationLine
$value string
Résultat SuperannuationLine

setSuperMembershipID() public méthode

public setSuperMembershipID ( string $value ) : SuperannuationLine
$value string
Résultat SuperannuationLine