Skip to content

Latest commit

 

History

History
113 lines (65 loc) · 3.03 KB

checkoutbuttoninitializeoptions.md

File metadata and controls

113 lines (65 loc) · 3.03 KB

@bigcommerce/checkout-sdk > CheckoutButtonInitializeOptions

CheckoutButtonInitializeOptions

Type parameters

TParams

Hierarchy

CheckoutButtonOptions

↳ CheckoutButtonInitializeOptions

Index

Properties


Properties

<Optional> braintreepaypal

● braintreepaypal: BraintreePaypalButtonInitializeOptions

The options that are required to facilitate Braintree PayPal. They can be omitted unless you need to support Braintree PayPal.


<Optional> braintreepaypalcredit

● braintreepaypalcredit: BraintreePaypalButtonInitializeOptions

The options that are required to facilitate Braintree Credit. They can be omitted unless you need to support Braintree Credit.


containerId

● containerId: string

The ID of a container which the checkout button should be inserted.


<Optional> googlepaybraintree

● googlepaybraintree: GooglePayButtonInitializeOptions

The options that are required to facilitate Braintree GooglePay. They can be omitted unles you need to support Braintree GooglePay.


<Optional> googlepaystripe

● googlepaystripe: GooglePayButtonInitializeOptions

The options that are required to facilitate Stripe GooglePay. They can be omitted unles you need to support Stripe GooglePay.


methodId

● methodId: CheckoutButtonMethodType

The identifier of the payment method.


<Optional> params

● params: TParams

The parameters of the request, if required.


<Optional> paypal

● paypal: PaypalButtonInitializeOptions

The options that are required to facilitate PayPal. They can be omitted unless you need to support Paypal.


<Optional> timeout

● timeout: Timeout

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.