PaymentInfoRecipientPaymentType Property
The transaction subtype for the payment.
Syntax
__property TiblAdaptivePaymentDetailsPaymentInfoRecipientPaymentTypes PaymentInfoRecipientPaymentType[int PaymentInfoIndex] = {read=FPaymentInfoRecipientPaymentType, write=FSetPaymentInfoRecipientPaymentType};
enum TiblAdaptivePaymentDetailsPaymentInfoRecipientPaymentTypes { rptGoods=0, rptService=1, rptPersonal=2, rptCashAdvance=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