Write, Bureaucrats, Administrators
3,301
edits
Line 37: | Line 37: | ||
;Payments | ;Payments | ||
:A [[Field Type: Table|table field]] that provides the | :A [[Field Type: Table|table field]] that provides the payments information. | ||
:See [[#Payments Fields|Payments Fields]] for more information. | |||
;Allocations | ;Allocations | ||
Line 77: | Line 78: | ||
;UpdatedDateUTC | ;UpdatedDateUTC | ||
:A [[Field Type: DateTimeOffset|date time field]] that indicates the date and time this batch payment was created and/or updated. | :A [[Field Type: DateTimeOffset|date time field]] that indicates the date and time this batch payment was created and/or updated. | ||
== Payments Fields == | |||
The [[#Fields|Payments Fields]] include the following sub fields. | |||
;PaymentID | |||
:A [[Field Type: GUID|GUID field]] representing the internal id of a payment. | |||
:This field can be linked to the [[Xero Accounting Endpoint: Payments|Payments]] endpoint. | |||
;BatchPaymentID | |||
:A [[Field Type: GUID|GUID field]] representing the internal id of a batch payment. | |||
:This field can be linked to the [[Xero Accounting Endpoint: BatchPayments|BatchPayments]] endpoint. | |||
;Date | |||
:A [[Field Type: Date|date field]] that provides the date on which the link occurred. | |||
;Amount | |||
:A [[Field Type: Decimal|decimal value]] that provides the amount associated with the payment. | |||
;CurrencyRate | |||
:A [[Field Type: Decimal|decimal value]] that provides the exchange rate applicable. | |||
;Reference | |||
:A [[Field Type: Text|text field]] that provides the reference. | |||