PHP Class XeroPHP\Models\PayrollUS\PaySchedule

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
getGUIDProperty ( ) : string Get the guid property
getPayScheduleId ( ) : string
getPayScheduleName ( ) : string
getPaymentDate ( ) : DateTimeInterface
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
getScheduleType ( ) : string
getStartDate ( ) : DateTimeInterface
getSupportedMethods ( ) Get the supported methods
isPageable ( )
setPayScheduleId ( string $value ) : PaySchedule
setPayScheduleName ( string $value ) : PaySchedule
setPaymentDate ( DateTimeInterface $value ) : PaySchedule
setScheduleType ( string $value ) : PaySchedule
setStartDate ( DateTimeInterface $value ) : PaySchedule

Method Details

getAPIStem() public static method

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

getGUIDProperty() public static method

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

getPayScheduleId() public method

public getPayScheduleId ( ) : string
return string

getPayScheduleName() public method

public getPayScheduleName ( ) : string
return string

getPaymentDate() public method

public getPaymentDate ( ) : DateTimeInterface
return DateTimeInterface

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

getScheduleType() public method

public getScheduleType ( ) : string
return string

getStartDate() public method

public getStartDate ( ) : DateTimeInterface
return DateTimeInterface

getSupportedMethods() public static method

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static method

public static isPageable ( )

setPayScheduleId() public method

public setPayScheduleId ( string $value ) : PaySchedule
$value string
return PaySchedule

setPayScheduleName() public method

public setPayScheduleName ( string $value ) : PaySchedule
$value string
return PaySchedule

setPaymentDate() public method

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

setScheduleType() public method

public setScheduleType ( string $value ) : PaySchedule
$value string
return PaySchedule

setStartDate() public method

public setStartDate ( DateTimeInterface $value ) : PaySchedule
$value DateTimeInterface
return PaySchedule