Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 985 Bytes

File metadata and controls

51 lines (28 loc) · 985 Bytes

@bigcommerce/checkout-sdk / OrderFinalizeOptions

Interface: OrderFinalizeOptions

Hierarchy

Table of contents

Properties

Properties

integrations

Optional integrations: PaymentStrategyFactory<default>[]

alpha


params

Optional params: Object

The parameters of the request, if required.

Inherited from

RequestOptions.params


timeout

Optional timeout: default

Provide this option if you want to cancel or time out the request. If the timeout object completes before the request, the request will be cancelled.

Inherited from

RequestOptions.timeout