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
/
PurchaseOrder
/
Builder
Builder
class
Builder
:
ObjectBuilder
<
PurchaseOrder
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
PurchaseOrder
set
Products
Link copied to clipboard
fun
setProducts
(
products
:
List
<
PhysicalProduct
>
?
)
:
PurchaseOrder.Builder
set
Shipping
Link copied to clipboard
fun
setShipping
(
shipping
:
Shipping
?
)
:
PurchaseOrder.Builder
set
Type
Link copied to clipboard
fun
setType
(
type
:
String
?
)
:
PurchaseOrder.Builder