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.model
/
PhysicalProduct
/
Builder
Builder
class
Builder
:
ObjectBuilder
<
PhysicalProduct
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
PhysicalProduct
set
Code
Link copied to clipboard
fun
setCode
(
code
:
String
?
)
:
PhysicalProduct.Builder
set
Desc
Link copied to clipboard
fun
setDesc
(
desc
:
String
?
)
:
PhysicalProduct.Builder
set
Name
Link copied to clipboard
fun
setName
(
name
:
String
?
)
:
PhysicalProduct.Builder
set
Quantity
Link copied to clipboard
fun
setQuantity
(
quantity
:
Int
)
:
PhysicalProduct.Builder
set
Sku
Link copied to clipboard
fun
setSku
(
sku
:
String
?
)
:
PhysicalProduct.Builder
set
Type
Link copied to clipboard
fun
setType
(
type
:
String
?
)
:
PhysicalProduct.Builder
set
Unit
Price
Link copied to clipboard
fun
setUnitPrice
(
unitPrice
:
Double
?
)
:
PhysicalProduct.Builder
set
Url
Link copied to clipboard
fun
setUrl
(
url
:
String
?
)
:
PhysicalProduct.Builder