Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.14 KB

CheckoutButtonOptions.md

File metadata and controls

55 lines (30 loc) · 1.14 KB

@bigcommerce/checkout-sdk / CheckoutButtonOptions

Interface: CheckoutButtonOptions

The set of options for configuring the checkout button.

Hierarchy

Table of contents

Properties

Properties

methodId

methodId: CheckoutButtonMethodType

The identifier of the payment method.


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