public class Ptsv2intentsOrderInformationLineItems extends Object
| Constructor and Description |
|---|
Ptsv2intentsOrderInformationLineItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getProductDescription()
Brief description of item.
|
String |
getProductName()
For an authorization or capture transaction (`processingOptions.capture` is `true` or `false`), this field is required when `orderInformation.lineItems[].productCode` is not `default` or one of the other values that are related to shipping and/or handling.
|
String |
getProductSku()
Product identifier code.
|
Integer |
getQuantity()
Number of units for this order.
|
String |
getTaxAmount()
Total tax to apply to the product.
|
String |
getTotalAmount()
Total amount for the item.
|
String |
getTypeOfSupply()
Flag to indicate whether the purchase is categorized as goods or services.
|
String |
getUnitPrice()
Per-item price of the product.
|
int |
hashCode() |
Ptsv2intentsOrderInformationLineItems |
productDescription(String productDescription) |
Ptsv2intentsOrderInformationLineItems |
productName(String productName) |
Ptsv2intentsOrderInformationLineItems |
productSku(String productSku) |
Ptsv2intentsOrderInformationLineItems |
quantity(Integer quantity) |
void |
setProductDescription(String productDescription) |
void |
setProductName(String productName) |
void |
setProductSku(String productSku) |
void |
setQuantity(Integer quantity) |
void |
setTaxAmount(String taxAmount) |
void |
setTotalAmount(String totalAmount) |
void |
setTypeOfSupply(String typeOfSupply) |
void |
setUnitPrice(String unitPrice) |
Ptsv2intentsOrderInformationLineItems |
taxAmount(String taxAmount) |
String |
toString() |
Ptsv2intentsOrderInformationLineItems |
totalAmount(String totalAmount) |
Ptsv2intentsOrderInformationLineItems |
typeOfSupply(String typeOfSupply) |
Ptsv2intentsOrderInformationLineItems |
unitPrice(String unitPrice) |
public Ptsv2intentsOrderInformationLineItems()
public Ptsv2intentsOrderInformationLineItems productName(String productName)
public String getProductName()
public void setProductName(String productName)
public Ptsv2intentsOrderInformationLineItems productDescription(String productDescription)
public String getProductDescription()
public void setProductDescription(String productDescription)
public Ptsv2intentsOrderInformationLineItems productSku(String productSku)
public String getProductSku()
public void setProductSku(String productSku)
public Ptsv2intentsOrderInformationLineItems quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public Ptsv2intentsOrderInformationLineItems typeOfSupply(String typeOfSupply)
public String getTypeOfSupply()
public void setTypeOfSupply(String typeOfSupply)
public Ptsv2intentsOrderInformationLineItems unitPrice(String unitPrice)
public String getUnitPrice()
public void setUnitPrice(String unitPrice)
public Ptsv2intentsOrderInformationLineItems totalAmount(String totalAmount)
public String getTotalAmount()
public void setTotalAmount(String totalAmount)
public Ptsv2intentsOrderInformationLineItems taxAmount(String taxAmount)
public String getTaxAmount()
public void setTaxAmount(String taxAmount)
Copyright © 2025. All rights reserved.