Type Alias SellResultInsufficientFunds

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

Represents the result of Checkout.sell

Type declaration