paymentScheduleInstanceBalanceDto Data Type

The Class PaymentScheduleInstanceDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
nbScheduleIncoming int element 1/1 The nb schedule incoming.
nbSchedulePaid int element 1/1 The nb schedule paid.
sumAmountIncoming decimal element 0/1 The sum amount incoming.
sumAmountPaid decimal element 0/1 The sum amount paid.

Example

<PaymentScheduleInstanceBalanceDto>
  <nbSchedulePaid>...</nbSchedulePaid>
  <nbScheduleIncoming>...</nbScheduleIncoming>
  <sumAmountPaid>...</sumAmountPaid>
  <sumAmountIncoming>...</sumAmountIncoming>
</PaymentScheduleInstanceBalanceDto>