Sets or returns the number of installments.
Field name: NumOfPmnts.
Sets or returns the number of installments.
Field name: NumOfPmnts.
| Visual Basic |
|---|
Public Property NumOfPayments() As Long |
Credit card payment can be divided into several installments. The AdditionalPaymentSum property represents any additional installments. For the first payment, use the FirstPaymentSum property. The total number of payments is set in the NumOfPayments property, and the total payment amount is set in the CreditSum property.
Applies only if the payment method allows partial payments.