| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<Product> |
Widget.products |
| Modifier and Type | Method and Description |
|---|---|
Product |
ProductBuilder.build() |
Product |
Pingback.getProduct() |
Product |
Product.getTrialProduct() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Product> |
Pingback.getProducts() |
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetBuilder.setProduct(Product products_) |
void |
ProductBuilder.setTrialProduct(Product trialProduct_) |
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetBuilder.setProducts(java.util.ArrayList<Product> products_) |
| Constructor and Description |
|---|
Product(java.lang.String productId_,
double amount_,
java.lang.String currencyCode_,
java.lang.String name_,
java.lang.String productType_,
int periodLength_,
java.lang.String periodType_,
boolean recurring_,
Product trialProduct_) |
| Constructor and Description |
|---|
Widget(java.lang.String userId_,
java.lang.String widgetCode_,
java.util.ArrayList<Product> products_,
java.util.LinkedHashMap<java.lang.String,java.lang.String> extraParams_) |
Copyright © 2015. All Rights Reserved.