/**
 * 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 { FiatPaymentPolymorphic } from "./fiat-payment-polymorphic";
/**
 * @type GetPaymentResponseData
 * @export
 */
export declare type GetPaymentResponseData = CryptoPayment | FiatPaymentPolymorphic;
