@bigcommerce/checkout-sdk / BigCommercePaymentsPayLaterButtonInitializeOptions
• Optional buyNowInitializeOptions: PayPalBuyNowInitializeOptions
The options that are required to initialize Buy Now functionality.
• Optional currencyCode: string
The option that used to initialize a PayPal script with provided currency code.
• Optional style: PayPalButtonStyleOptions
A set of styling options for the checkout button.
▸ Optional onComplete(): void
A callback that gets called when payment complete on paypal side.
void
▸ Optional onEligibilityFailure(): void
A callback that gets called when PayPal SDK restricts to render PayPal component.
void