| Modifier and Type | Method and Description |
|---|---|
BuyButton |
build()
Builds the
BuyButton. |
BuyButtonBuilder |
setPaymentSummary(PaymentSummary paymentSummary)
Sets the
PaymentSummary for the current BuyButton. |
PaymentSummaryBuilder |
setPaymentSummary(String currency,
PaymentType paymentType,
String merchantName)
Sets the
PaymentSummary for the current BuyButton. |
String |
toString() |
public BuyButtonBuilder setPaymentSummary(PaymentSummary paymentSummary)
PaymentSummary for the current BuyButton.paymentSummary - the BuyButton.paymentSummary.public PaymentSummaryBuilder setPaymentSummary(String currency, PaymentType paymentType, String merchantName)
PaymentSummary for the current BuyButton.currency - the PaymentSummary.currency.paymentType - the PaymentSummary.paymentType.merchantName - the PaymentSummary.merchantName.Copyright © 2017 BotMill. All rights reserved.