public class QuoteRequest extends InsertableEntity<QuoteRequest>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountID |
protected List<String> |
couponCodes |
protected Boolean |
free |
protected Date |
periodEnd |
protected Date |
periodStart |
protected String |
product |
protected String |
productID |
protected String |
productRatePlan |
protected Boolean |
prorated |
protected List<QuoteRequestValue> |
quantities |
protected QuoteType |
quoteFor |
protected static ResourcePath |
resourcePath |
protected String |
subscriptionID |
m_client, PRETTY_PRINT_GSON| Constructor and Description |
|---|
QuoteRequest() |
QuoteRequest(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCoupon(String coupon) |
void |
addQuantity(String pricingComponent,
int quantity) |
static QuoteRequest |
create(QuoteRequest quoteRequest) |
protected ResourcePath |
getResourcePath() |
static ResourcePath |
ResourcePath() |
create, create, createExplicitPath, retire, retire, retire, retireExplicitPathprotected String product
protected String productRatePlan
protected String accountID
protected String productID
protected String subscriptionID
protected QuoteType quoteFor
protected Boolean prorated
protected Boolean free
protected List<QuoteRequestValue> quantities
protected Date periodStart
protected Date periodEnd
protected static ResourcePath resourcePath
public QuoteRequest()
public QuoteRequest(BillForwardClient client_)
public void addQuantity(String pricingComponent, int quantity)
public void addCoupon(String coupon)
public static QuoteRequest 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.