PHP 클래스 XeroPHP\Models\PayrollAU\Employee\HomeAddress

상속: extends XeroPHP\Remote\Object
파일 보기 프로젝트 열기: calcinai/xero-php

공개 메소드들

메소드 설명
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

메소드 상세

getAPIStem() 공개 정적인 메소드

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

getAddressLine1() 공개 메소드

public getAddressLine1 ( ) : string
리턴 string

getAddressLine2() 공개 메소드

public getAddressLine2 ( ) : string
리턴 string

getCity() 공개 메소드

public getCity ( ) : string
리턴 string

getCountry() 공개 메소드

public getCountry ( ) : string
리턴 string

getGUIDProperty() 공개 정적인 메소드

Get the guid property
public static getGUIDProperty ( ) : string
리턴 string

getPostalCode() 공개 메소드

public getPostalCode ( ) : string
리턴 string

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

getRegion() 공개 메소드

public getRegion ( ) : string
리턴 string

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

getSupportedMethods() 공개 정적인 메소드

Get the supported methods
public static getSupportedMethods ( )

isPageable() 공개 정적인 메소드

public static isPageable ( )

setAddressLine1() 공개 메소드

public setAddressLine1 ( string $value ) : HomeAddress
$value string
리턴 HomeAddress

setAddressLine2() 공개 메소드

public setAddressLine2 ( string $value ) : HomeAddress
$value string
리턴 HomeAddress

setCity() 공개 메소드

public setCity ( string $value ) : HomeAddress
$value string
리턴 HomeAddress

setCountry() 공개 메소드

public setCountry ( string $value ) : HomeAddress
$value string
리턴 HomeAddress

setPostalCode() 공개 메소드

public setPostalCode ( string $value ) : HomeAddress
$value string
리턴 HomeAddress

setRegion() 공개 메소드

public setRegion ( string $value ) : HomeAddress
$value string
리턴 HomeAddress