Skip to content

collana pay JS Docs v0.1.0


collana pay JS Docs / PayPalStyle

Interface: PayPalStyle

Defined in: types.ts:105

Visual style options for native PayPal buttons.

Properties

color?

optional color?: "gold" | "blue" | "white" | "black"

Defined in: types.ts:107

Background color of the PayPal button.


height?

optional height?: number

Defined in: types.ts:111

Height of the button in pixels (25–55).


label?

optional label?: "paypal" | "checkout" | "pay"

Defined in: types.ts:113

Text label displayed on the button.


shape?

optional shape?: "rect" | "pill"

Defined in: types.ts:109

Border shape of the PayPal button.

CollanaPay SDK Documentation