Skip to content

collana pay JS Docs v0.1.0


collana pay JS Docs / GooglePayStyle

Interface: GooglePayStyle

Defined in: types.ts:117

Visual style options for the Google Pay button.

Properties

buttonColor?

optional buttonColor?: "white" | "black" | "default"

Defined in: types.ts:119

Button color theme. 'default' follows user preferences.


buttonSizeMode?

optional buttonSizeMode?: "fill" | "static"

Defined in: types.ts:123

Sizing behavior — 'fill' stretches to container width, 'static' uses fixed dimensions.


buttonType?

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

Defined in: types.ts:121

Label variant displayed on the button.

CollanaPay SDK Documentation