C# Class PayPal.Api.Refund

A refund transaction.

See PayPal Developer documentation for more information.

Inheritance: PayPalRelationalObject
显示文件 Open project: paypal/PayPal-NET-SDK Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Get ( APIContext apiContext, string refundId ) : Refund

Shows details for a refund, by ID.

Method Details

Get() public static method

Shows details for a refund, by ID.
public static Get ( APIContext apiContext, string refundId ) : Refund
apiContext APIContext APIContext used for the API call.
refundId string The ID of the refund for which to show details.
return Refund