Class BillLineItemResponse

java.lang.Object
com.iland.core.web.rest.response.billing.BillLineItemResponse
All Implemented Interfaces:
Serializable

public class BillLineItemResponse extends Object implements Serializable
Bill Line Item Response.
Author:
Brett Snyder
See Also:
  • Constructor Details

    • BillLineItemResponse

      public BillLineItemResponse(String name, double costPerUnit, double quantity, String productId, String vdcUuid, String contractId)
  • Method Details

    • getName

      public String getName()
      Get the line item name.
      Returns:
      String item name
    • getCostPerUnit

      public double getCostPerUnit()
      Get the line item cost per unit.
      Returns:
      item cost per unit
    • getQuantity

      public double getQuantity()
      Get the quantity of an item.
      Returns:
      item quantity
    • getProductId

      public String getProductId()
      Get the item's Salesforce product id
      Returns:
      product id
    • getVdcUuid

      public String getVdcUuid()
      Gets the associated vDC UUID.
      Returns:
      the vDC UUID
    • getContractId

      public String getContractId()
      Gets the associated contract ID.
      Returns:
      the associated contract ID