GiftCardOptions

GiftCard payment method options interface

Declares the shape of an object with properties to configure the style and behavior of the gift card payment method. This object is the options argument of the GiftCard.prototype.configure method.

Properties

giftCardOptions.js
JS
JavaScript

{

  "style": {

    "input": {

      "color": "red"

    }

  }

}