PHP Class XeroPHP\Models\PayrollAU\PayItem\DeductionType

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
getAccountCode ( ) : string
getDeductionTypeID ( ) : string
getGUIDProperty ( ) : string Get the guid property
getName ( ) : 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
getReducesSuper ( ) : string
getReducesTax ( ) : float
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getSupportedMethods ( ) Get the supported methods
isPageable ( )
setAccountCode ( string $value ) : DeductionType
setDeductionTypeID ( string $value ) : DeductionType
setName ( string $value ) : DeductionType
setReducesSuper ( string $value ) : DeductionType
setReducesTax ( float $value ) : DeductionType

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

getAccountCode() public méthode

public getAccountCode ( ) : string
Résultat string

getDeductionTypeID() public méthode

public getDeductionTypeID ( ) : string
Résultat string

getGUIDProperty() public static méthode

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

getName() public méthode

public getName ( ) : 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

getReducesSuper() public méthode

public getReducesSuper ( ) : string
Résultat string

getReducesTax() public méthode

public getReducesTax ( ) : float
Résultat float

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

getSupportedMethods() public static méthode

Get the supported methods
public static getSupportedMethods ( )

isPageable() public static méthode

public static isPageable ( )

setAccountCode() public méthode

public setAccountCode ( string $value ) : DeductionType
$value string
Résultat DeductionType

setDeductionTypeID() public méthode

public setDeductionTypeID ( string $value ) : DeductionType
$value string
Résultat DeductionType

setName() public méthode

public setName ( string $value ) : DeductionType
$value string
Résultat DeductionType

setReducesSuper() public méthode

public setReducesSuper ( string $value ) : DeductionType
$value string
Résultat DeductionType

setReducesTax() public méthode

public setReducesTax ( float $value ) : DeductionType
$value float
Résultat DeductionType