Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.02 KB

BraintreePaypalCreditCustomerInitializeOptions.md

File metadata and controls

46 lines (25 loc) · 1.02 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

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

Returns

void