PHP Класс XeroPHP\Models\Accounting\RepeatingInvoice\Schedule

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

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

Метод Описание
getAPIStem ( ) : string | null Get the stem of the API (core.xro) etc
getDueDate ( ) : integer
getDueDateType ( ) : PaymentTerm
getEndDate ( ) : DateTimeInterface
getGUIDProperty ( ) : string Get the guid property
getNextScheduledDate ( ) : DateTimeInterface
getPeriod ( ) : integer
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
getStartDate ( ) : DateTimeInterface
getSupportedMethods ( ) Get the supported methods
getUnit ( ) : string
isPageable ( )
setDueDate ( integer $value ) : Schedule
setDueDateType ( PaymentTerm $value ) : Schedule
setEndDate ( DateTimeInterface $value ) : Schedule
setNextScheduledDate ( DateTimeInterface $value ) : Schedule
setPeriod ( integer $value ) : Schedule
setStartDate ( DateTimeInterface $value ) : Schedule
setUnit ( string $value ) : Schedule

Описание методов

getAPIStem() публичный статический Метод

Get the stem of the API (core.xro) etc
public static getAPIStem ( ) : string | null
Результат string | null

getDueDate() публичный Метод

public getDueDate ( ) : integer
Результат integer

getDueDateType() публичный Метод

public getDueDateType ( ) : PaymentTerm
Результат XeroPHP\Models\Accounting\Organisation\PaymentTerm

getEndDate() публичный Метод

public getEndDate ( ) : DateTimeInterface
Результат DateTimeInterface

getGUIDProperty() публичный статический Метод

Get the guid property
public static getGUIDProperty ( ) : string
Результат string

getNextScheduledDate() публичный Метод

public getNextScheduledDate ( ) : DateTimeInterface
Результат DateTimeInterface

getPeriod() публичный Метод

public getPeriod ( ) : integer
Результат integer

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

getStartDate() публичный Метод

public getStartDate ( ) : DateTimeInterface
Результат DateTimeInterface

getSupportedMethods() публичный статический Метод

Get the supported methods
public static getSupportedMethods ( )

getUnit() публичный Метод

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

isPageable() публичный статический Метод

public static isPageable ( )

setDueDate() публичный Метод

public setDueDate ( integer $value ) : Schedule
$value integer
Результат Schedule

setDueDateType() публичный Метод

public setDueDateType ( PaymentTerm $value ) : Schedule
$value XeroPHP\Models\Accounting\Organisation\PaymentTerm
Результат Schedule

setEndDate() публичный Метод

public setEndDate ( DateTimeInterface $value ) : Schedule
$value DateTimeInterface
Результат Schedule

setNextScheduledDate() публичный Метод

public setNextScheduledDate ( DateTimeInterface $value ) : Schedule
$value DateTimeInterface
Результат Schedule

setPeriod() публичный Метод

public setPeriod ( integer $value ) : Schedule
$value integer
Результат Schedule

setStartDate() публичный Метод

public setStartDate ( DateTimeInterface $value ) : Schedule
$value DateTimeInterface
Результат Schedule

setUnit() публичный Метод

public setUnit ( string $value ) : Schedule
$value string
Результат Schedule