Type alias BuyResultInsufficientFunds

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

Represents the result of buy

Type declaration

Generated using TypeDoc