C# Class PayPal.Api.PayoutItem

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

See PayPal Developer documentation for more information.

Inheritance: PayPalResource
Show file Open project: paypal/PayPal-NET-SDK Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

Cancel() public static method

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.
return PayoutItemDetails

Get() public static method

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.
return PayoutItemDetails