GooglePayButtonOptions

Provides display properties for rendering a Google Pay button

This object lets you set the color, size, border, radius, and button fitting method for a Google Pay button.

Properties

googlePayButtonOptions.js
JS
JavaScript

{

   "buttonColor": "black",

   "buttonSizeMode": "static",

   "buttonType": "short",

   "buttonRadius": 4,

   "buttonBorderType": "default_border"

}