public class BillLineItemResponse extends Object implements Serializable
Constructor and Description |
---|
BillLineItemResponse(String name,
double costPerUnit,
double quantity,
String productId) |
Modifier and Type | Method and Description |
---|---|
double |
getCostPerUnit()
Get the line item cost per unit.
|
String |
getName()
Get the line item name.
|
String |
getProductId()
Get the item's Salesforce product id
|
double |
getQuantity()
Get the quantity of an item.
|
public double getCostPerUnit()
public double getQuantity()
public String getProductId()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.