An item of a debt payment or debt adjustment.

DebtRecoveryItem

interface DebtRecoveryItem {
    GroupBeginDate?: string;
    GroupEndDate?: string;
    OriginalAmount?: Currency;
    RecoveryAmount?: Currency;
}

Properties

GroupBeginDate?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

DebtRecoveryItem

GroupEndDate?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

DebtRecoveryItem

OriginalAmount?: Currency

DebtRecoveryItem

RecoveryAmount?: Currency

DebtRecoveryItem