public class Quote extends InsertableEntity<QuoteRequest>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountID |
protected String |
currency |
protected BigDecimal |
discount |
protected List<QuoteBreakdownDiscount> |
discounts |
protected Date |
periodEnd |
protected Date |
periodStart |
protected String |
productID |
protected String |
productName |
protected String |
productRatePlanID |
protected String |
productRatePlanName |
protected boolean |
prorationEnabled |
protected List<QuoteBreakdownCost> |
quantities |
protected QuoteType |
quoteFor |
protected static ResourcePath |
resourcePath |
protected String |
subscriptionID |
protected BigDecimal |
subtotal |
protected BigDecimal |
tax |
protected BigDecimal |
total |
protected BigDecimal |
totalPeriods |
protected BigDecimal |
uplift |
m_client, PRETTY_PRINT_GSON| Constructor and Description |
|---|
Quote() |
| Modifier and Type | Method and Description |
|---|---|
static Quote |
create(QuoteRequest quoteRequest) |
protected ResourcePath |
getResourcePath() |
static ResourcePath |
ResourcePath() |
create, create, createExplicitPath, retire, retire, retire, retireExplicitPathprotected BigDecimal subtotal
protected BigDecimal total
protected BigDecimal tax
protected BigDecimal discount
protected String currency
protected String productName
protected String productRatePlanName
protected String productID
protected String productRatePlanID
protected String subscriptionID
protected String accountID
protected List<QuoteBreakdownCost> quantities
protected List<QuoteBreakdownDiscount> discounts
protected QuoteType quoteFor
protected Date periodStart
protected Date periodEnd
protected BigDecimal totalPeriods
protected boolean prorationEnabled
protected BigDecimal uplift
protected static ResourcePath resourcePath
public static Quote create(QuoteRequest quoteRequest) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntitypublic static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.