The following are the fields associated with the Transaction object and the properties of these fields.
Field Name | Type | Read-Only | Searchable |
---|---|---|---|
ContactId | GUID | X | X |
InviteeId | GUID | X | X |
SourceId | String | X | |
FirstName | String | X | |
LastName | String | X | |
Company | String | X | |
Title | String | X | |
EmailAddress | String | X | |
WorkPhone | String | X | |
EventId | GUID | X | X |
EventCode | String | X | |
EventTitle | String | X | |
EventStartDate | DateTime | X | |
TransactionType | String | X | |
Success ∞ | Boolean | X | X |
TransactionNumber | String | X | X |
PaymentType | String | X | |
NameOnCard | String | X | X |
ReferenceNumber | String | X | |
BatchNumber | String | X | |
Amount | Money | X | |
PaidInFull ** | Boolean | ||
TransactionDate * | DateTime | X | |
Note | String | ||
LastModifiedDate * | DateTime | X | X |
ModifiedBy | String | X | |
AuthorizationCode | String | X | |
DistributionDetail | |||
ProductId | GUID | X | |
ProductName | String | X | |
ProductCode | String | X | |
ProductType | String | X | |
OrderNumber | String | X | |
OrderPrice | Money | X | |
AmountApplied | Money | ||
GLCode | String | X | |
GLDescription | String | X |
Legend
**
Used only in CreateTransaction call∞
Default search value = true*
Used in GetUpdated call
Last updated on