| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory | |
| co.aurasphere.botmill.fb.model.outcoming.template.button |
| Modifier and Type | Method and Description |
|---|---|
PaymentSummaryBuilder |
BuyButtonBuilder.setPaymentSummary(String currency,
PaymentType paymentType,
String merchantName)
Sets the
PaymentSummary for the current BuyButton. |
| Constructor and Description |
|---|
PaymentSummaryBuilder(String currency,
PaymentType paymentType,
String merchantName,
BuyButtonBuilder parentBuilder)
Instantiates a new PaymentSummaryBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentType |
PaymentSummary.getPaymentType()
Gets the payment type.
|
static PaymentType |
PaymentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentType[] |
PaymentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentSummary.setPaymentType(PaymentType paymentType)
Sets the payment type.
|
Copyright © 2017 BotMill. All rights reserved.