@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
14 lines (13 loc) • 432 B
TypeScript
/**
* 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;