Click or drag to resize

IAtomiaBillingApiListPayFileRecords Method

Lists the pay file records.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<PayFileRecord> ListPayFileRecords(
	int pageSize,
	int rowStart,
	string propertyNameToOrder,
	string order,
	Dictionary<string, SearchRestriction> disjunctions,
	Dictionary<string, SearchRestriction> conjuctions
)

Parameters

pageSize
Type: SystemInt32
Size of the page.
rowStart
Type: SystemInt32
The row start.
propertyNameToOrder
Type: SystemString
The property name to order.
order
Type: SystemString
The order.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions.
conjuctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjunctions.

Return Value

Type: SearchResultPayFileRecord
List of pay file records.
See Also