@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-02-27T12:49:40.999Z") public class Ptsv2paymentsidreversalsOrderInformationLineItems extends Object
| Constructor and Description |
|---|
Ptsv2paymentsidreversalsOrderInformationLineItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getQuantity()
For an authorization or capture transaction (`processingOptions.capture` is set to `true` or `false`), this field is required when _orderInformation.lineItems[].productCode_ is not set to **default** or one of the other values that are related to shipping and/or 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 © 2019. All rights reserved.