public class BillLineItemResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| BillLineItemResponse(String name,
                    double costPerUnit,
                    double quantity,
                    String productId,
                    String vdcUuid,
                    String contractId) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContractId()Gets the associated contract ID. | 
| 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. | 
| String | getVdcUuid()Gets the associated vDC UUID. | 
public double getCostPerUnit()
public double getQuantity()
public String getProductId()
public String getVdcUuid()
public String getContractId()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.