Type alias BuyResultInsufficientFunds

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

Represents the result of buy

Type declaration

Generated using TypeDoc