Package-level declarations
Types
Link copied to clipboard
class ConvenienceStoresJPComponent : EContextComponent<ConvenienceStoresJPPaymentMethod, ConvenienceStoresJPComponentState>
A PaymentComponent that supports the PaymentMethodTypes.ECONTEXT_STORES payment method.
Link copied to clipboard
data class ConvenienceStoresJPComponentState(val data: PaymentComponentData<ConvenienceStoresJPPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<ConvenienceStoresJPPaymentMethod>
Represents the state of ConvenienceStoresJPComponent.
Link copied to clipboard
Configuration class for the ConvenienceStoresJPComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.convenienceStoresJP(configuration: ConvenienceStoresJPConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration