PaymentInfoRecipientPaymentType Property
The transaction subtype for the payment.
Syntax
int GetPaymentInfoRecipientPaymentType(int iPaymentInfoIndex);
Possible Values
RPT_GOODS(0), RPT_SERVICE(1), RPT_PERSONAL(2), RPT_CASH_ADVANCE(3)
Default Value
1
Remarks
The transaction subtype for the payment. Possible values are:
rptGoods (0) | This is a payment for goods. |
rptService (1) | This is a payment for services. (default) |
rptPersonal (2) | This is a person-to-person payment. |
rptCashAdvance (3) | This is a person-to-person payment for a cash advance. |
The size of the array is controlled by the PaymentInfoCount property.
This property is read-only and not available at design time.
Data Type
Integer