Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 1.49 KB

File metadata and controls

64 lines (34 loc) · 1.49 KB

@bigcommerce/checkout-sdk / BigCommercePaymentsPayLaterButtonInitializeOptions

Interface: BigCommercePaymentsPayLaterButtonInitializeOptions

Table of contents

Properties

Methods

Properties

buyNowInitializeOptions

Optional buyNowInitializeOptions: PayPalBuyNowInitializeOptions

The options that are required to initialize Buy Now functionality.


currencyCode

Optional currencyCode: string

The option that used to initialize a PayPal script with provided currency code.


style

Optional style: PayPalButtonStyleOptions

A set of styling options for the checkout button.

Methods

onComplete

Optional onComplete(): void

A callback that gets called when payment complete on paypal side.

Returns

void


onEligibilityFailure

Optional onEligibilityFailure(): void

A callback that gets called when PayPal SDK restricts to render PayPal component.

Returns

void