PaymentLine
Represents individual line items on a payment, capturing GL account allocations, currency amounts, tax details, and exchange rate information.
Columns
| Name | Type | Description |
| apPayment_Href | String | The URL of the AP payment associated with this payment line. |
| apPayment_Id | String | The Id of the AP payment associated with this payment line. |
| apPayment_Key | String | The system-assigned key of the AP payment associated with this payment line. |
| auditCreatedBy | String | The user who created the payment line. |
| auditCreatedDateTime | Datetime | The date and time when the payment line was created. |
| auditModifiedBy | String | The user who last modified the payment line. |
| auditModifiedDateTime | Datetime | The date and time when the payment line was last modified. |
| baseCurrencyAmount | Decimal | The amount for this payment line in the base currency. |
| baseCurrencyCurrency | String | The base currency code for this payment line. |
| baseCurrencyTotalPaid | Decimal | The total amount paid for this payment line in the base currency. |
| baseCurrencyTotalSelected | Decimal | The total amount selected for payment on this line in the base currency. |
| baseLocation | String | The base location associated with this payment line. |
| description | String | The description of this payment line. |
| exchangeRateDate | Date | The date used to determine the exchange rate for this payment line. |
| exchangeRateRate | String | The exchange rate used to convert the transaction currency to the base currency for this payment line. |
| exchangeRateTypeId | String | The Id of the exchange rate type used for currency conversion on this payment line. |
| glAccount_Href | String | The URL of the GL account associated with this payment line. |
| glAccount_Id | String | The Id of the GL account associated with this payment line. |
| glAccount_Key | String | The system-assigned key of the GL account associated with this payment line. |
| glAccount_Name | String | The name of the GL account associated with this payment line. |
| href | String | The URL of the payment line resource. |
| id | String | The unique identifier of the payment line record. |
| isTax | Bool | Indicates whether this payment line represents a tax amount. |
| key [KEY] | String | The system-assigned key that uniquely identifies the payment line record. |
| lineNumber | Int | The sequential line number of this payment line. |
| paymentLineRecord | String | The record type that identifies the category of this payment line. |
| taxDetail_Href | String | The URL of the tax detail associated with this payment line. |
| taxDetail_Id | String | The Id of the tax detail associated with this payment line. |
| taxDetail_Key | String | The system-assigned key of the tax detail associated with this payment line. |
| txnCurrencyAmount | Decimal | The amount for this payment line in the transaction currency. |
| txnCurrencyCurrency | String | The transaction currency code for this payment line. |
| txnCurrencyTotalPaid | Decimal | The total amount paid for this payment line in the transaction currency. |
| txnCurrencyTotalSelected | Decimal | The total amount selected for payment on this line in the transaction currency. |