export FundingAttachDeets

interface FundingAttachDeets {
    external_id?: null | string;
    funding_type?: FundingType;
    id?: null | string;
    orchestration_id?: null | string;
}

Properties

external_id?: null | string
funding_type?: FundingType
id?: null | string
orchestration_id?: null | string