/* tslint:disable:all */ /* tslint:disable:all */ export interface ApplePayOptions { style: "black" | "white"; locale: "en-US" | "es-ES" | "es-MX" | "pt-BR"; type: | "add-money" | "book" | "buy" | "check-out" | "continue" | "contribute" | "donate" | "order" | "pay" | "plain" | "reload" | "rent" | "set-up" | "subscribe" | "support" | "tip" | "top-up"; }