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

RefundRecipient Type

Information about a receiver of the payment that is issuing a refund.

Remarks

In a refund, the terms sender and recipient (or receiver) refer to sender and receivers of the original payment using the AdaptivePay component. When making a refund, the sender's account receives the refund and the recipient accounts are the source of the refund. Refunds are made from one or more receivers to a sender.

Fields

Amount
String

Amount to be refunded by the recipient.

Limitations: Must not exceed $10,000 USD in any currency. The decimal separator must be a period (.) and the thousands separator a comma (,). No currency symbol ($) is to be sent.

Email
String

Email that identifies each recipient issuing a refund.

Constructors

[VB.NET]
Public RefundRecipient()

[C#]
public RefundRecipient();



[VB.NET]
Public RefundRecipient(ByVal Email As String, ByVal Amount As String)

[C#]
public RefundRecipient(string email, string amount);



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