GooglePayButtonOptions

Provides display properties for rendering a Google Pay button

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

Properties

googlePayButtonOptions.js
JS
JavaScript

{

   "buttonColor": "black",

   "buttonSizeMode": "static",

   "buttonType": "short"

}