PHP Class XeroPHP\Models\PayrollAU\PayRun

Inheritance: extends XeroPHP\Remote\Object
Datei anzeigen Open project: calcinai/xero-php

Public Methods

Method Description
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getDeductions ( ) : string
getGUIDProperty ( ) : string Get the guid property
getNetPay ( ) : string
getPayRunID ( ) : string
getPayRunPeriodEndDate ( ) : DateTimeInterface
getPayRunPeriodStartDate ( ) : DateTimeInterface
getPayRunStatus ( ) : string
getPaymentDate ( ) : DateTimeInterface
getPayrollCalendarID ( ) : string
getPayslipMessage ( ) : string
getPayslips ( ) : Payslip[] | Collection
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
getReimbursement ( ) : string
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getSuper ( ) : string
getSupportedMethods ( ) Get the supported methods
getTax ( ) : float
getWages ( ) : string
isPageable ( )
setPayRunID ( string $value ) : PayRun
setPayRunPeriodEndDate ( DateTimeInterface $value ) : PayRun
setPayRunPeriodStartDate ( DateTimeInterface $value ) : PayRun
setPayRunStatus ( string $value ) : PayRun
setPaymentDate ( DateTimeInterface $value ) : PayRun
setPayrollCalendarID ( string $value ) : PayRun

Method Details

getAPIStem() public static method

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

getDeductions() public method

public getDeductions ( ) : string
return string

getGUIDProperty() public static method

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

getNetPay() public method

public getNetPay ( ) : string
return string

getPayRunID() public method

public getPayRunID ( ) : string
return string

getPayRunPeriodEndDate() public method

public getPayRunPeriodEndDate ( ) : DateTimeInterface
return DateTimeInterface

getPayRunPeriodStartDate() public method

public getPayRunPeriodStartDate ( ) : DateTimeInterface
return DateTimeInterface

getPayRunStatus() public method

public getPayRunStatus ( ) : string
return string

getPaymentDate() public method

public getPaymentDate ( ) : DateTimeInterface
return DateTimeInterface

getPayrollCalendarID() public method

public getPayrollCalendarID ( ) : string
return string

getPayslipMessage() public method

public getPayslipMessage ( ) : string
return string

getPayslips() public method

public getPayslips ( ) : Payslip[] | Collection
return Payslip[] | Collection Always returns a collection, switch is for type hinting

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

getReimbursement() public method

public getReimbursement ( ) : string
return string

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

getSuper() public method

public getSuper ( ) : string
return string

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

getTax() public method

public getTax ( ) : float
return float

getWages() public method

public getWages ( ) : string
return string

isPageable() public static method

public static isPageable ( )

setPayRunID() public method

public setPayRunID ( string $value ) : PayRun
$value string
return PayRun

setPayRunPeriodEndDate() public method

public setPayRunPeriodEndDate ( DateTimeInterface $value ) : PayRun
$value DateTimeInterface
return PayRun

setPayRunPeriodStartDate() public method

public setPayRunPeriodStartDate ( DateTimeInterface $value ) : PayRun
$value DateTimeInterface
return PayRun

setPayRunStatus() public method

public setPayRunStatus ( string $value ) : PayRun
$value string
return PayRun

setPaymentDate() public method

public setPaymentDate ( DateTimeInterface $value ) : PayRun
$value DateTimeInterface
return PayRun

setPayrollCalendarID() public method

public setPayrollCalendarID ( string $value ) : PayRun
$value string
return PayRun