Type Alias BuyResultInsufficientFunds

BuyResultInsufficientFunds: {
    status: INSUFFICIENT_FUNDS;
    smartCheckoutResult: SmartCheckoutInsufficient;
}

Represents the result of Checkout.buy

Type declaration