public class QuoteProductDSL extends Object
| Modifier and Type | Method and Description |
|---|---|
QuoteProductDSL |
description(String description) |
QuoteProductDSL |
height(Double height) |
QuoteProductDSL |
length(Double length) |
static QuoteProductDSL |
newProduct() |
QuoteProductDSL |
quantity(Integer quantity) |
QuoteProductRequest |
serialize() |
QuoteProductDSL |
sku(String sku) |
QuoteProductDSL |
unitPrice(Double value) |
QuoteProductDSL |
weight(Double weight) |
QuoteProductDSL |
width(Double width) |
public static QuoteProductDSL newProduct()
public QuoteProductDSL sku(String sku)
public QuoteProductDSL description(String description)
public QuoteProductDSL height(Double height)
public QuoteProductDSL length(Double length)
public QuoteProductDSL weight(Double weight)
public QuoteProductDSL width(Double width)
public QuoteProductDSL quantity(Integer quantity)
public QuoteProductDSL unitPrice(Double value)
public QuoteProductRequest serialize()
Copyright © 2018. All rights reserved.