Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
AddressPersonal
Interface AddressPersonal
interface
AddressPersonal
{
additionalInfo
?:
string
|
null
;
city
?:
string
|
null
;
countryCode
?:
string
|
null
;
houseNumber
?:
string
|
null
;
name
?:
PersonalName
|
null
;
state
?:
string
|
null
;
stateCode
?:
string
|
null
;
street
?:
string
|
null
;
zip
?:
string
|
null
;
}
Hierarchy (
View Summary
)
Address
AddressPersonal
Index
Properties
additional
Info?
city?
country
Code?
house
Number?
name?
state?
state
Code?
street?
zip?
Properties
Optional
additional
Info
additionalInfo
?:
string
|
null
Optional
city
city
?:
string
|
null
Optional
country
Code
countryCode
?:
string
|
null
Optional
house
Number
houseNumber
?:
string
|
null
Optional
name
name
?:
PersonalName
|
null
Optional
state
state
?:
string
|
null
Optional
state
Code
stateCode
?:
string
|
null
Optional
street
street
?:
string
|
null
Optional
zip
zip
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Info
city
country
Code
house
Number
name
state
state
Code
street
zip
Worldline Connect Node.js SDK
Loading...