Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.4 KB

PayPalCommerceCreditButtonInitializeOptions.md

File metadata and controls

60 lines (32 loc) · 1.4 KB

@bigcommerce/checkout-sdk / PayPalCommerceCreditButtonInitializeOptions

Interface: PayPalCommerceCreditButtonInitializeOptions

Table of contents

Properties

Methods

Properties

buyNowInitializeOptions

Optional buyNowInitializeOptions: PayPalBuyNowInitializeOptions

The options that are required to initialize Buy Now functionality.


currencyCode

Optional currencyCode: string

The option that used to initialize a PayPal script with provided currency code.


messagingContainerId

Optional messagingContainerId: string

The ID of a container which the messaging should be inserted.


style

Optional style: PayPalButtonStyleOptions

A set of styling options for the checkout button.

Methods

onComplete

Optional onComplete(): void

A callback that gets called when payment complete on paypal side.

Returns

void