Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.21 KB

PayPalCommerceVenmoButtonInitializeOptions.md

File metadata and controls

51 lines (27 loc) · 1.21 KB

@bigcommerce/checkout-sdk / PayPalCommerceVenmoButtonInitializeOptions

Interface: PayPalCommerceVenmoButtonInitializeOptions

Table of contents

Properties

Methods

Properties

buyNowInitializeOptions

Optional buyNowInitializeOptions: PayPalBuyNowInitializeOptions

The options that 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

onEligibilityFailure

Optional onEligibilityFailure(): void

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

Returns

void