UNPKG

@circle-fin/circle-sdk

Version:
15 lines (14 loc) 519 B
/** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { CryptoPayment } from "./crypto-payment"; import { FiatCancel } from "./fiat-cancel"; import { FiatPayment } from "./fiat-payment"; import { FiatRefund } from "./fiat-refund"; /** * @type ListPaymentsResponseDataInner * @export */ export declare type ListPaymentsResponseDataInner = CryptoPayment | FiatCancel | FiatPayment | FiatRefund;