list Funding Sources
Get a ListOutput of FundingSources.
If no FundingSources can be found, the ListOutput will contain null for the ListOutput.nextToken field and contain an empty ListOutput.items list.
Return
A list of FundingSources or an empty list if no matching funding sources can be found.
Parameters
FundingSourceFilterInput The filter to be applied to the list of funding sources to return.
SortOrder Order in which records are returned (based on date/time at which the funding source was updated). The default order is descending, ie, most recently updated first.
Int Maximum number of FundingSources to return. If omitted the limit defaults to 10.
String A token generated from previous calls to listFundingSources. This is to allow for pagination. This value should be generated from a previous pagination call, otherwise it will throw an exception. The same arguments should be supplied to this method if using a previously generated nextToken.