/** * This file was auto-generated by Fern from our API Definition. */ /** * This indicates the source of a fee contribution. * * chariot: Chariot's processing fee * * daf: The DAF's processing fee * * fundraising_application: The fundraising application's processing fee */ export declare type ContributionFeeDetailFeeType = "chariot" | "daf" | "fundraising_application"; export declare const ContributionFeeDetailFeeType: { readonly Chariot: "chariot"; readonly Daf: "daf"; readonly FundraisingApplication: "fundraising_application"; };