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
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);