airwallex-android
Toggle table of contents
6.3.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
components-core
/
com.airwallex.android.core
/
ShippingAddressParameters
Shipping
Address
Parameters
data
class
ShippingAddressParameters
(
val
allowedCountryCodes
:
List
<
String
>
?
=
null
,
val
phoneNumberRequired
:
Boolean
?
=
false
)
:
Parcelable
Members
Constructors
Shipping
Address
Parameters
Link copied to clipboard
constructor
(
allowedCountryCodes
:
List
<
String
>
?
=
null
,
phoneNumberRequired
:
Boolean
?
=
false
)
Properties
allowed
Country
Codes
Link copied to clipboard
val
allowedCountryCodes
:
List
<
String
>
?
=
null
phone
Number
Required
Link copied to clipboard
val
phoneNumberRequired
:
Boolean
?
=
false
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)