Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.13 KB

BraintreePaypalCustomerInitializeOptions.md

File metadata and controls

59 lines (32 loc) · 1.13 KB

@bigcommerce/checkout-sdk / BraintreePaypalCustomerInitializeOptions

Interface: BraintreePaypalCustomerInitializeOptions

Table of contents

Properties

Methods

Properties

buttonHeight

Optional buttonHeight: number


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 wallet button clicked

Returns

void


onError

Optional onError(error): void

A callback that gets called on any error instead of submit payment or authorization errors.

Parameters

Name Type Description
error default | BraintreeError The error object describing the failure.

Returns

void