RecipientPaymentType Property
The transaction subtype for the payment.
Syntax
property RecipientPaymentType[RecipientIndex: Integer]: TibladaptivepayRecipientPaymentTypes;
TibladaptivepayRecipientPaymentTypes = ( ptGoods, ptService, ptPersonal, ptCashAdvance );
Default Value
ptService
Remarks
The transaction subtype for the payment. Possible values are:
ptGoods (1) | This is a payment for goods. |
ptService (2) | This is a payment for services. (default) |
ptPersonal (3) | This is a person-to-person payment. |
ptCashAdvance (4) | This is a person-to-person payment for a cash advance. |
- Simple and parallel payments (not chained).
- All transactions within the single Pay request must be person-to-person.
- The FeesPayer must be set to either fpEachReceiver or fpSender.
- This feature is available for applications with special permissions level.
The size of the array is controlled by the RecipientCount property.
This property is not available at design time.
Data Type
Integer