export interface PaymentAcceptancePaymentIntentCancelRequestRaw {
    cancellation_reason?: string;
    request_id: string;
}
export declare namespace PaymentAcceptancePaymentIntentCancelRequestRaw {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptancePaymentIntentCancelRequestRaw.d.ts.map