PHP Class XeroPHP\Models\PayrollUS\Employee\MailingAddress

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
getCity ( ) : string
getGUIDProperty ( ) : string Get the guid property
getLattitude ( ) : string
getLongitude ( ) : 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
getResourceURI ( ) : string Get the resource uri of the class (Contacts) etc
getRootNodeName ( ) : string Get the root node name. Just the unqualified classname
getState ( ) : string
getStreetAddress ( ) : string
getSuiteOrAptOrUnit ( ) : string
getSupportedMethods ( ) Get the supported methods
getZip ( ) : string
isPageable ( )
setCity ( string $value ) : MailingAddress
setLattitude ( string $value ) : MailingAddress
setLongitude ( string $value ) : MailingAddress
setState ( string $value ) : MailingAddress
setStreetAddress ( string $value ) : MailingAddress
setSuiteOrAptOrUnit ( string $value ) : MailingAddress
setZip ( string $value ) : MailingAddress

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

getCity() public méthode

public getCity ( ) : string
Résultat string

getGUIDProperty() public static méthode

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

getLattitude() public méthode

public getLattitude ( ) : string
Résultat string

getLongitude() public méthode

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

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

getState() public méthode

public getState ( ) : string
Résultat string

getStreetAddress() public méthode

public getStreetAddress ( ) : string
Résultat string

getSuiteOrAptOrUnit() public méthode

public getSuiteOrAptOrUnit ( ) : string
Résultat string

getSupportedMethods() public static méthode

Get the supported methods
public static getSupportedMethods ( )

getZip() public méthode

public getZip ( ) : string
Résultat string

isPageable() public static méthode

public static isPageable ( )

setCity() public méthode

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

setLattitude() public méthode

public setLattitude ( string $value ) : MailingAddress
$value string
Résultat MailingAddress

setLongitude() public méthode

public setLongitude ( string $value ) : MailingAddress
$value string
Résultat MailingAddress

setState() public méthode

public setState ( string $value ) : MailingAddress
$value string
Résultat MailingAddress

setStreetAddress() public méthode

public setStreetAddress ( string $value ) : MailingAddress
$value string
Résultat MailingAddress

setSuiteOrAptOrUnit() public méthode

public setSuiteOrAptOrUnit ( string $value ) : MailingAddress
$value string
Résultat MailingAddress

setZip() public méthode

public setZip ( string $value ) : MailingAddress
$value string
Résultat MailingAddress