/**
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { ApplePayToken } from "./apple-pay-token";
import { GooglePayToken } from "./google-pay-token";
/**
 * @type PaymentTokenRequestTokenData
 * The token data
 * @export
 */
export declare type PaymentTokenRequestTokenData = ApplePayToken | GooglePayToken;
