/**
 * 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;
