@bigcommerce/checkout-sdk / PayPalCommerceVenmoCustomerInitializeOptions
• container: string
The ID of a container which the checkout button should be inserted into.
▸ 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.
| Name | Type | Description |
|---|---|---|
error? |
Error |
The error object describing the failure. |
void