interface FundingSourceSupportInfo {
    detail: FundingSourceSupportDetail[];
    fundingSourceType: string;
    network: string;
    providerType: string;
}

Properties

fundingSourceType: string
network: string
providerType: string