Accounting API Developer's Reference

c2g.CODAAPISelectorTypes_3_0

global with sharing class CODAAPISelectorTypes_3_0

The service class relating to Selection Definitions.

c2g.CODAAPISelectorTypes_3_0.RowValues

global with sharing class RowValues

Holds a value from a specific field returned by the Selector service.

Properties

Name Type Description
Value List<string> Field value.
Dummy String For internal use only.

c2g.CODAAPISelectorTypes_3_0.ObjectData

global with sharing class ObjectData

Holds header and line item row values returned by the Selector service within a DataSet.

Properties

Name Type Description
HeaderValues c2g.CODAAPISelectorTypes_3_0.RowValues List of header (or master) values.
LineItems List<c2g.CODAAPISelectorTypes_3_0.RowValues> List of line item (or detail) values.

c2g.CODAAPISelectorTypes_3_0.ObjectDataList

global with sharing class ObjectDataList

Holds a list of ObjectData instances returned by the Selector service within a DataSet.

Properties

Name Type Description
ObjectData List< List of ObjectData instances.

c2g.CODAAPISelectorTypes_3_0.FieldsList

global with sharing class FieldsList

Holds a list of fields for use by the Selector service.

Properties

Name Type Description
Field List<String> Name of the field.

c2g.CODAAPISelectorTypes_3_0.DiscountInfo

global with sharing class DiscountInfo

c2g.CODAAPISelectorTypes_3_0.DataSet

global with sharing class DataSet

Holds a list of FinancialForce documents or transactions retrieved by the Selector service.

Properties

Name Type Description
CurrentNumberOfObjects integer Current number of objects.
TotalNumberOfObjects integer Total number of objects.
Objects c2g.CODAAPISelectorTypes_3_0.ObjectDataList List of data objects.
HeaderFields c2g.CODAAPISelectorTypes_3_0.FieldsList List of header (or master) fields.
LineItemFields c2g.CODAAPISelectorTypes_3_0.FieldsList List of line item (or detail) fields.