Type alias SellResultInsufficientFunds

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

Represents the result of sell

Type declaration

Generated using TypeDoc