Skip to content

collana pay JS Docs v0.1.0


collana pay JS Docs / ApplePayStyle

Interface: ApplePayStyle

Defined in: types.ts:127

Visual style options for the Apple Pay button.

Properties

buttonstyle?

optional buttonstyle?: "white" | "black" | "white-outline"

Defined in: types.ts:129

Button color theme.


locale?

optional locale?: string

Defined in: types.ts:133

BCP 47 locale tag for button text (e.g. "en-US", "de-DE").


type?

optional type?: "checkout" | "buy" | "plain"

Defined in: types.ts:131

Label variant displayed on the button.

CollanaPay SDK Documentation