An item of a debt payment or debt adjustment.

DebtRecoveryItem

interface FinancesApiModelDebtRecoveryItem {
    GroupBeginDate?: string;
    GroupEndDate?: string;
    OriginalAmount?: FinancesApiModelCurrency;
    RecoveryAmount?: FinancesApiModelCurrency;
}

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?: FinancesApiModelCurrency

DebtRecoveryItem

RecoveryAmount?: FinancesApiModelCurrency

DebtRecoveryItem

MMNEPVFCICPMFPCPTTAAATR