PHP Class XeroPHP\Models\PayrollAU\Employee\HomeAddress

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
getAddressLine1 ( ) : string
getAddressLine2 ( ) : string
getCity ( ) : string
getCountry ( ) : string
getGUIDProperty ( ) : string Get the guid property
getPostalCode ( ) : 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
getRegion ( ) : string
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 ( )
setAddressLine1 ( string $value ) : HomeAddress
setAddressLine2 ( string $value ) : HomeAddress
setCity ( string $value ) : HomeAddress
setCountry ( string $value ) : HomeAddress
setPostalCode ( string $value ) : HomeAddress
setRegion ( string $value ) : HomeAddress

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

getAddressLine1() public méthode

public getAddressLine1 ( ) : string
Résultat string

getAddressLine2() public méthode

public getAddressLine2 ( ) : string
Résultat string

getCity() public méthode

public getCity ( ) : string
Résultat string

getCountry() public méthode

public getCountry ( ) : string
Résultat string

getGUIDProperty() public static méthode

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

getPostalCode() public méthode

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

getRegion() public méthode

public getRegion ( ) : string
Résultat string

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 ( )

setAddressLine1() public méthode

public setAddressLine1 ( string $value ) : HomeAddress
$value string
Résultat HomeAddress

setAddressLine2() public méthode

public setAddressLine2 ( string $value ) : HomeAddress
$value string
Résultat HomeAddress

setCity() public méthode

public setCity ( string $value ) : HomeAddress
$value string
Résultat HomeAddress

setCountry() public méthode

public setCountry ( string $value ) : HomeAddress
$value string
Résultat HomeAddress

setPostalCode() public méthode

public setPostalCode ( string $value ) : HomeAddress
$value string
Résultat HomeAddress

setRegion() public méthode

public setRegion ( string $value ) : HomeAddress
$value string
Résultat HomeAddress