Type alias SaleWidgetConfiguration

SaleWidgetConfiguration: {
    waitFulfillmentSettlements?: boolean;
    hideExcludedPaymentTypes?: boolean;
} & WidgetConfiguration

Sale Widget Configuration represents the configuration options for the Sale Widget.

Type declaration

  • Optional waitFulfillmentSettlements?: boolean
  • Optional hideExcludedPaymentTypes?: boolean

Generated using TypeDoc