@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class Ptsv2paymentsidreversalsOrderInformationLineItems extends Object
| Constructor and Description |
|---|
Ptsv2paymentsidreversalsOrderInformationLineItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getQuantity()
For a payment or capture, this field is required when _productCode_ is not **default** or one of the values related to shipping and handling.
|
String |
getUnitPrice()
Per-item price of the product.
|
int |
hashCode() |
Ptsv2paymentsidreversalsOrderInformationLineItems |
quantity(BigDecimal quantity) |
void |
setQuantity(BigDecimal quantity) |
void |
setUnitPrice(String unitPrice) |
String |
toString() |
Ptsv2paymentsidreversalsOrderInformationLineItems |
unitPrice(String unitPrice) |
public Ptsv2paymentsidreversalsOrderInformationLineItems()
public Ptsv2paymentsidreversalsOrderInformationLineItems quantity(BigDecimal quantity)
public BigDecimal getQuantity()
public void setQuantity(BigDecimal quantity)
public Ptsv2paymentsidreversalsOrderInformationLineItems unitPrice(String unitPrice)
public String getUnitPrice()
public void setUnitPrice(String unitPrice)
Copyright © 2018. All rights reserved.