@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Riskv1authenticationresultsOrderInformationLineItems extends Object
| Constructor and Description |
|---|
Riskv1authenticationresultsOrderInformationLineItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getQuantity()
Number of units for this order.
|
String |
getTaxAmount()
Total tax to apply to the product.
|
String |
getUnitPrice()
Per-item price of the product.
|
int |
hashCode() |
Riskv1authenticationresultsOrderInformationLineItems |
quantity(Integer quantity) |
void |
setQuantity(Integer quantity) |
void |
setTaxAmount(String taxAmount) |
void |
setUnitPrice(String unitPrice) |
Riskv1authenticationresultsOrderInformationLineItems |
taxAmount(String taxAmount) |
String |
toString() |
Riskv1authenticationresultsOrderInformationLineItems |
unitPrice(String unitPrice) |
public Riskv1authenticationresultsOrderInformationLineItems()
public Riskv1authenticationresultsOrderInformationLineItems unitPrice(String unitPrice)
public String getUnitPrice()
public void setUnitPrice(String unitPrice)
public Riskv1authenticationresultsOrderInformationLineItems quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public Riskv1authenticationresultsOrderInformationLineItems taxAmount(String taxAmount)
public String getTaxAmount()
public void setTaxAmount(String taxAmount)
Copyright © 2020. All rights reserved.