Package-level declarations
Types
Link copied to clipboard
class BoletoComponent : ViewModel, PaymentComponent, ViewableComponent, ButtonComponent, ActionHandlingComponent
A PaymentComponent that supports the PaymentMethodTypes.BOLETOBANCARIO, PaymentMethodTypes.BOLETOBANCARIO_BANCODOBRASIL, PaymentMethodTypes.BOLETOBANCARIO_BRADESCO, PaymentMethodTypes.BOLETOBANCARIO_HSBC, PaymentMethodTypes.BOLETOBANCARIO_ITAU, PaymentMethodTypes.BOLETOBANCARIO_SANTANDER and PaymentMethodTypes.BOLETO_PRIMEIRO_PAY payment methods.
Link copied to clipboard
data class BoletoComponentState(val data: PaymentComponentData<GenericPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<GenericPaymentMethod>
Represents the state of BoletoComponent.
Link copied to clipboard
Configuration class for the BoletoComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.boleto(configuration: BoletoConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration