Type alias SmartCheckoutSufficient

SmartCheckoutSufficient: {
    sufficient: true;
    transactionRequirements: checkout.TransactionRequirement[];
}

Represents the result of smartCheckout when smart checkout is sufficient.

Type declaration

  • sufficient: true

    Indicates that smart checkout determined the user had sufficient funds.

  • transactionRequirements: checkout.TransactionRequirement[]

    The transaction requirements smart checkout determined were required for the transaction.

Generated using TypeDoc