@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class TssV2TransactionsGet200ResponseOrderInformationLineItems extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponseOrderInformationLineItems() |
public TssV2TransactionsGet200ResponseOrderInformationLineItems()
public TssV2TransactionsGet200ResponseOrderInformationLineItems productCode(String productCode)
public String getProductCode()
public void setProductCode(String productCode)
public TssV2TransactionsGet200ResponseOrderInformationLineItems productName(String productName)
public String getProductName()
public void setProductName(String productName)
public TssV2TransactionsGet200ResponseOrderInformationLineItems productSku(String productSku)
public String getProductSku()
public void setProductSku(String productSku)
public TssV2TransactionsGet200ResponseOrderInformationLineItems taxAmount(String taxAmount)
public String getTaxAmount()
public void setTaxAmount(String taxAmount)
public TssV2TransactionsGet200ResponseOrderInformationLineItems quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public TssV2TransactionsGet200ResponseOrderInformationLineItems unitPrice(String unitPrice)
public String getUnitPrice()
public void setUnitPrice(String unitPrice)
public TssV2TransactionsGet200ResponseOrderInformationLineItems fulfillmentType(String fulfillmentType)
public String getFulfillmentType()
public void setFulfillmentType(String fulfillmentType)
Copyright © 2020. All rights reserved.