Type Alias BuyResultSuccess

BuyResultSuccess: {
    status: SUCCESS;
    smartCheckoutResult: SmartCheckoutSufficient;
}

Represents the result of Checkout.buy

Type declaration