PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

RecipientPaymentType Property

The transaction subtype for the payment.

Syntax

__property TiblAdaptivePayRecipientPaymentTypes RecipientPaymentType[int RecipientIndex] = {read=FRecipientPaymentType, write=FSetRecipientPaymentType};



enum TiblAdaptivePayRecipientPaymentTypes { ptGoods=0, ptService=1, ptPersonal=2, ptCashAdvance=3 };

Default Value

1

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.

Person-to-person payments can only be made under the following conditions:

  • 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.
This property is optional.

The size of the array is controlled by the RecipientCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0