Type alias BuyResultFulfillmentsUnsettled

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

Represents the result of buy

Type declaration

Generated using TypeDoc