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

RefundType Property

Identifies the supported types of refund transactions.

Syntax

[VB.NET]
Public Property RefundType As RefundtransactionRefundTypes

[C#]
public RefundtransactionRefundTypes RefundType {get; set;}

enum RefundtransactionRefundTypes { rtFull, rtPartial }

Remarks

There are two types of refund transactions:

rtFull (0)A full refund of the purchase. The contents of Amount are ignored.
rtPartial (1)Partial refund of the purchase. CurrencyCode and Amount are required, and must be less than the original transaction amount.

Default Value

0

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