Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.42 KB

PayPalCommerceAlternativeMethodsButtonOptions.md

File metadata and controls

60 lines (32 loc) · 1.42 KB

@bigcommerce/checkout-sdk / PayPalCommerceAlternativeMethodsButtonOptions

Interface: PayPalCommerceAlternativeMethodsButtonOptions

Table of contents

Properties

Methods

Properties

apm

apm: string

Alternative payment method id what used for initialization PayPal button as funding source.


buyNowInitializeOptions

Optional buyNowInitializeOptions: PayPalBuyNowInitializeOptions

The options that required to initialize Buy Now functionality.


currencyCode

Optional currencyCode: string

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


style

Optional style: PayPalButtonStyleOptions

A set of styling options for the checkout button.

Methods

onEligibilityFailure

Optional onEligibilityFailure(): void

A callback that gets called when PayPal SDK restricts to render PayPal component.

Returns

void