Skip to content

collana pay JS Docs v0.1.0


collana pay JS Docs / ProviderStyleMap

Interface: ProviderStyleMap

Defined in: types.ts:222

Maps each PaymentMethodType to its provider-specific style interface.

Remarks

Used by ProviderButtonConfig to narrow the style property based on the chosen payment method.

Properties

AmazonPay

AmazonPay: AmazonPayStyle

Defined in: types.ts:232

Style options when rendering an Amazon Pay button.


ApplePay

ApplePay: ApplePayStyle

Defined in: types.ts:230

Style options when rendering an Apple Pay button.


GooglePay

GooglePay: GooglePayStyle

Defined in: types.ts:228

Style options when rendering a Google Pay button.


PayLater

PayLater: PayPalStyle

Defined in: types.ts:226

Style options when rendering a PayPal Pay Later button.


PayPalExpress

PayPalExpress: PayPalStyle

Defined in: types.ts:224

Style options when rendering native PayPal Express buttons.


RevolutPay

RevolutPay: RevolutPayStyle

Defined in: types.ts:234

Style options when rendering a Revolut Pay button.

CollanaPay SDK Documentation