Skip to content

Builder

class Builder

Builderconstructor()
NameSummary
namevar name: String?
productIdvar productId: String?
quantityvar quantity: Double?
skuvar sku: String?
totalPricevar totalPrice: Double?
unitPricevar unitPrice: Double?
NameSummary
buildfun build(): ProductDetails
namefun name(name: String?): ProductDetails.Builder
productIdfun productId(productId: String?): ProductDetails.Builder
quantityfun quantity(quantity: Double?): ProductDetails.Builder
skufun sku(sku: String?): ProductDetails.Builder
totalPricefun totalPrice(totalPrice: Double?): ProductDetails.Builder
unitPricefun unitPrice(unitPrice: Double?): ProductDetails.Builder