Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.33 KB

TradePaymentTrend.md

File metadata and controls

17 lines (13 loc) · 1.33 KB

TradePaymentTrend

Properties

Name Type Description Notes
date \DateTime ISO 8601 Format = YYYY-MM-DD [optional]
dbt int Days-Beyond-Terms (DBT). The dollar-weighted average number of days beyond the invoice due date a business pays its bills [optional]
total_account_balance \TheLogicStudio\ExperianBusinessesPHP\Model\AmountModifier [optional]
current_percentage int Percentage of the account balance considered current relative to payment terms. "999" indicates that the creditor has not supplied account aging [optional]
dbt30 int Percentage of the account balance that is beyond terms (late) in the 1-30 day range [optional]
dbt60 int Percentage of the account balance that is beyond terms (late) in the 61-90 day range [optional]
dbt90 int Percentage of the account balance that is beyond terms (late) in the 61-90 day range [optional]
dbt91_plus int Percentage of the account balance that is beyond terms (late) in the 91+ day range [optional]

[Back to Model list] [Back to API list] [Back to README]