| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory | |
| co.aurasphere.botmill.fb.model.outcoming.template.button |
| Modifier and Type | Method and Description |
|---|---|
GenericTemplateElementBuilder |
GenericTemplateElementBuilder.addBuyButton(String payload,
PaymentSummary paymentSummary)
Adds a buy button on a generic template.
|
static Button |
ButtonFactory.createBuyButton(String payload,
PaymentSummary paymentSummary)
Creates a new
BuyButton object. |
BuyButtonBuilder |
BuyButtonBuilder.setPaymentSummary(PaymentSummary paymentSummary)
Sets the
PaymentSummary for the current BuyButton. |
| Modifier and Type | Method and Description |
|---|---|
PaymentSummary |
BuyButton.getPaymentSummary()
Gets the payment summary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuyButton.setPaymentSummary(PaymentSummary paymentSummary)
Sets the payment summary.
|
| Constructor and Description |
|---|
BuyButton(String payload,
PaymentSummary paymentSummary)
Instantiates a new buy button.
|
Copyright © 2017 BotMill. All rights reserved.