@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Riskv1addressverificationsOrderInformationLineItems extends Object
| Constructor and Description |
|---|
Riskv1addressverificationsOrderInformationLineItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getProductCode()
Type of product.
|
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 |
getProductRisk()
Indicates the level of risk for the product.
|
String |
getProductSKU()
Product identifier code.
|
Integer |
getQuantity()
Number of units for this order.
|
String |
getUnitPrice()
Per-item price of the product.
|
int |
hashCode() |
Riskv1addressverificationsOrderInformationLineItems |
productCode(String productCode) |
Riskv1addressverificationsOrderInformationLineItems |
productName(String productName) |
Riskv1addressverificationsOrderInformationLineItems |
productRisk(String productRisk) |
Riskv1addressverificationsOrderInformationLineItems |
productSKU(String productSKU) |
Riskv1addressverificationsOrderInformationLineItems |
quantity(Integer quantity) |
void |
setProductCode(String productCode) |
void |
setProductName(String productName) |
void |
setProductRisk(String productRisk) |
void |
setProductSKU(String productSKU) |
void |
setQuantity(Integer quantity) |
void |
setUnitPrice(String unitPrice) |
String |
toString() |
Riskv1addressverificationsOrderInformationLineItems |
unitPrice(String unitPrice) |
public Riskv1addressverificationsOrderInformationLineItems()
public Riskv1addressverificationsOrderInformationLineItems unitPrice(String unitPrice)
public String getUnitPrice()
public void setUnitPrice(String unitPrice)
public Riskv1addressverificationsOrderInformationLineItems quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public Riskv1addressverificationsOrderInformationLineItems productSKU(String productSKU)
public String getProductSKU()
public void setProductSKU(String productSKU)
public Riskv1addressverificationsOrderInformationLineItems productRisk(String productRisk)
public String getProductRisk()
public void setProductRisk(String productRisk)
public Riskv1addressverificationsOrderInformationLineItems productName(String productName)
public String getProductName()
public void setProductName(String productName)
public Riskv1addressverificationsOrderInformationLineItems productCode(String productCode)
public String getProductCode()
public void setProductCode(String productCode)
Copyright © 2020. All rights reserved.