@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsidreversalsOrderInformationLineItems extends Object
| Constructor and Description |
|---|
V2paymentsidreversalsOrderInformationLineItems() |
| 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() |
V2paymentsidreversalsOrderInformationLineItems |
quantity(BigDecimal quantity) |
void |
setQuantity(BigDecimal quantity) |
void |
setUnitPrice(String unitPrice) |
String |
toString() |
V2paymentsidreversalsOrderInformationLineItems |
unitPrice(String unitPrice) |
public V2paymentsidreversalsOrderInformationLineItems()
public V2paymentsidreversalsOrderInformationLineItems quantity(BigDecimal quantity)
public BigDecimal getQuantity()
public void setQuantity(BigDecimal quantity)
public V2paymentsidreversalsOrderInformationLineItems unitPrice(String unitPrice)
public String getUnitPrice()
public void setUnitPrice(String unitPrice)
Copyright © 2018. All rights reserved.