C# Класс PayPal.Api.Refund

A refund transaction.

See PayPal Developer documentation for more information.

Наследование: PayPalRelationalObject
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Get ( APIContext apiContext, string refundId ) : Refund

Shows details for a refund, by ID.

Описание методов

Get() публичный статический Метод

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.
Результат Refund