Type Alias BuyResultFulfillmentsUnsettled

BuyResultFulfillmentsUnsettled: {
    status: FULFILLMENTS_UNSETTLED;
    smartCheckoutResult: SmartCheckoutSufficient;
    transactions: TransactionResponse[];
}

Represents the result of Checkout.buy

Type declaration