Funding sources can be user/tenant wallet payment sources or ACH Direct Debit, or Debit Credit via Wire or Deposits export FundingSource

interface FundingSource {
    funding_type?: FundingType;
    funding_type_id?: null | string;
    payment_method_id?: null | string;
}

Properties

funding_type?: FundingType
funding_type_id?: null | string
payment_method_id?: null | string