Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.22 KB

BraintreePaypalCreditCustomerInitializeOptions.md

File metadata and controls

59 lines (32 loc) · 1.22 KB

@bigcommerce/checkout-sdk / BraintreePaypalCreditCustomerInitializeOptions

Interface: BraintreePaypalCreditCustomerInitializeOptions

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 BraintreeError_2 | StandardError The error object describing the failure.

Returns

void