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

A sender-created definition of a payout to a single recipient.

See PayPal Developer documentation for more information.

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

Private Properties

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

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

Метод Описание
Cancel ( APIContext apiContext, string payoutItemId ) : PayoutItemDetails

Cancels the unclaimed payment using the items id passed in the request URI.

Get ( APIContext apiContext, string payoutItemId ) : PayoutItemDetails

Obtain the status of a payout item by passing the item ID to the request URI.

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

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

Cancels the unclaimed payment using the items id passed in the request URI.
public static Cancel ( APIContext apiContext, string payoutItemId ) : PayoutItemDetails
apiContext APIContext APIContext used for the API call.
payoutItemId string Payouts generated payout_item_id to obtain status.
Результат PayoutItemDetails

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

Obtain the status of a payout item by passing the item ID to the request URI.
public static Get ( APIContext apiContext, string payoutItemId ) : PayoutItemDetails
apiContext APIContext APIContext used for the API call.
payoutItemId string Payouts generated payout_item_id to obtain status.
Результат PayoutItemDetails