toggle menu
processout-android
4.24.0
androidJvm
switch theme
search in API
sdk
/
com.processout.processout_sdk
/
Contact
Contact
open
class
Contact
Members
Constructors
Contact
Link copied to clipboard
constructor
(
address1
:
String
,
address2
:
String
,
city
:
String
,
state
:
String
,
countryCode
:
String
,
zip
:
String
)
Functions
get
Address1
Link copied to clipboard
open
fun
getAddress1
(
)
:
String
get
Address2
Link copied to clipboard
open
fun
getAddress2
(
)
:
String
get
City
Link copied to clipboard
open
fun
getCity
(
)
:
String
get
Country
Code
Link copied to clipboard
open
fun
getCountryCode
(
)
:
String
get
State
Link copied to clipboard
open
fun
getState
(
)
:
String
get
Zip
Link copied to clipboard
open
fun
getZip
(
)
:
String
set
Address1
Link copied to clipboard
open
fun
setAddress1
(
address1
:
String
)
set
Address2
Link copied to clipboard
open
fun
setAddress2
(
address2
:
String
)
set
City
Link copied to clipboard
open
fun
setCity
(
city
:
String
)
set
Country
Code
Link copied to clipboard
open
fun
setCountryCode
(
countryCode
:
String
)
set
State
Link copied to clipboard
open
fun
setState
(
state
:
String
)
set
Zip
Link copied to clipboard
open
fun
setZip
(
zip
:
String
)