Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 840 Bytes

File metadata and controls

40 lines (22 loc) · 840 Bytes

@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

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