...
Field Name | Data Type | Field Description | Format/ Possible Field Values |
---|---|---|---|
RunDate | date | Date of data extraction | YYYY-MM-DD |
DebitsuccessID | varchar(15) | Debitsuccess customer ID. Unique reference/identifier for customers added. | |
CustomerFirstName | varchar(40) | Customer's first name | |
CustomerLastName | varchar(40) | Customer's last name | |
FinishDate | datetime | Customer account’s finish date | |
Term | varchar(66) | Length of term | |
PaymentMethodCode | char(2) | Mode of payment for the payschedule | Refer to description in Payment Method |
PaymentFrequencyCode | char(2) | Payment frequency of an instalment | Refer to description in Payment Frequency |
Instalment | numeric(8, 2) | The amount that will be collected at a frequency provided by the business | |
ContractPrefix | char(6) | Contract Prefix associated with the business account | |
SetToTerm | bit | If set to true (value = 1):
| 0, 1 |
StartDate | datetime | The date from which the account will be active | YYYY-MM-DD HH:MM:SS [fractional seconds] |
LoadDate | datetime | The date from which the account is loaded | YYYY-MM-DD HH:MM:SS [fractional seconds] |
EstFeeStatus | int | Indicates party paying for the establishment fee | Refer to description in Est Fee Status |
EstFeeValue | numeric(7, 2) | Indicates establishment fee value | |
FirstInstalmentDate | datetime | First payment date | YYYY-MM-DD HH:MM:SS [fractional seconds] |
ProjectedFinishDate | datetime | Calculated estimated account finish date | YYYY-MM-DD HH:MM:SS [fractional seconds] |
...