Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.02 KB

PayPalCommerceVenmoCustomerInitializeOptions.md

File metadata and controls

53 lines (29 loc) · 1.02 KB

@bigcommerce/checkout-sdk / PayPalCommerceVenmoCustomerInitializeOptions

Interface: PayPalCommerceVenmoCustomerInitializeOptions

Table of contents

Properties

Methods

Properties

container

container: string

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

Methods

onClick

Optional onClick(): void

A callback that gets called when paypal button clicked.

Returns

void


onError

Optional onError(error?): void

A callback that gets called if unable to initialize the widget or select one of the address options provided by the widget.

Parameters

Name Type Description
error? Error The error object describing the failure.

Returns

void