The report entry object

Transfer report entries are used to determine how much of a certain transaction contributed to the funds used for transfer to an external bank account. For example, there may be a Payment transaction for $100 followed by a Transfer of $25. A possible transfer report entry may have an "entryAmount" of $100 and a "transferAmount" of -$25.
{
	"dateUTC": "2017-06-15T17:35:17.000Z",
  "dateLocal": "2017-06-15T17:35:17.000Z",
  "dateLocalTimezone": "UTC",
  "entryDate": "2017-06-15T17:35:17.000Z",
  "resourceType": "fee",
  "resourceId": "0t5y7jvdrji3mhf01viihbjf",
  "resourceAmount": "1.00",
  "resourceCreatedUTC": "2017-06-09T17:32:00.000Z",
  "relatedId": "fupdrurfdwz3pua0l1eoy49s",
  "relatedType": "payment",
  "relatedAmount": "5000.00",
  "relatedCreatedDateUTC": "2017-06-09T17:32:00.000Z",
  "resourceStatus": "paid",
  "transferAmount": "-1.00",
  "entryAmount": "1.00",
  "currency": "USD",
  "customerId": "hzxixor37o5yir5ty68wb5kp",
  "customerName": "Test merchant Vantiv 3",
  "customerEmail": "[email protected]",
  "payerId": "fsivwpg417h2ivc5oi8h6gbi",
  "payerName": "Christina C",
  "payerEmail": "[email protected]",
  "fundId": "jq3uy9rg7folqc9qvnf8jayw",
  "fundType": "Bank",
  "fundBrand": "Paystand Test Bank",
  "fundLast4": "6789",
  "fundCreatedUTC": "2017-06-09 17:32:00"
}
dateUTC string
The date the entry was created in UTC time.
dateLocal string
The date the entry was created in the customer's local time.
dateLocalTimezone string
The local timezone of the customer.
entryDate string
The date the entry was created.
resourceType string
The resource type associated with the report entry. For example, for a Fee, it would be Fee.
resourceId string
The id of the resource associated with the report entry. For example, for a Fee, it would be the id of the Fee.
resourceAmount string
The amount of the resource. For example, the amount of a Fee.
resourceCreatedUTC string
The date the resource was created in UTC time.
relatedId string
The id of the related resource. For example, for a Fee, the related resource would likely be a Payment so the relatedId would be the id of the related payment.
relatedType string
The type of the related resource. For example, for a Fee, the related resource would likely be a Payment so the relatedType would be Payment.
relatedAmount string
The amount of the related resource. For example, for a Fee, the related resource would likely be a Payment, to the related amount would be the amount of that related payment.
relatedCreatedDateUTC string
The date the related resource was created in UTC time.
resourceStatus string
The status of the resource. For example, for a paid Fee, it would be paid.
transferAmount string
The total amount taken from the transaction entry to fund the transfer.
entryAmount string
The total amount of the transaction entry.
currency string
The currency of the transaction.
customerId string
The id of the customer associated with the transaction.
customerName string
The name of the customer associated with the transaction.
customerEmail string
The email of the customer associated with the transaction.
payerId string
The id of the payer associated with the transaction.
payerName string
The name of the payer associated with the transaction.
payerEmail string
The email of the payer associatated with the transaction.
fundId string
The id of the fund associated with the transaction.
fundType string
The type of the fund associated with the transaction.
fundBrand string
The brand of the fund associated with the transaction.
fundLast4 string
The last4 of the fund associated with the transaction.
fundCreatedUTC string
The date the fund associated with the transaction was created.