Interface CheckoutOnRampConfiguration

A type representing the on-ramp configurations for the checkout SDK.

interface CheckoutOnRampConfiguration {
    enable: boolean;
}

Hierarchy

  • CheckoutFeatureConfiguration
    • CheckoutOnRampConfiguration

Properties

Properties

enable: boolean

To enable on-ramp feature in Checkout sdk.