Skip to content

Latest commit

 

History

History
152 lines (88 loc) · 4.71 KB

checkoutbuttoninitializeoptions.md

File metadata and controls

152 lines (88 loc) · 4.71 KB

@bigcommerce/checkout-sdkCheckoutButtonInitializeOptions

Interface: CheckoutButtonInitializeOptions ‹TParams

Type parameters

TParams

Hierarchy

CheckoutButtonOptions

CheckoutButtonInitializeOptions

Index

Properties

Properties

Optional amazonpay

amazonpay? : AmazonPayV2ButtonInitializeOptions

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


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 googlepayauthorizenet

googlepayauthorizenet? : GooglePayButtonInitializeOptions

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


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 googlepaycheckoutcom

googlepaycheckoutcom? : GooglePayButtonInitializeOptions

The options that are required to facilitate Checkout.com GooglePay. They can be omitted unles you need to support Checkout.com 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

Inherited from CheckoutButtonInitializeOptions.methodId

The identifier of the payment method.


Optional params

params? : TParams

Inherited from CheckoutButtonInitializeOptions.params

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 paypalCommerce

paypalCommerce? : PaypalCommerceButtonInitializeOptions

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


Optional timeout

timeout? : Timeout

Inherited from CheckoutButtonInitializeOptions.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.