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
Afficher le fichier Open project: paypal/PayPal-NET-SDK Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat PayoutItemDetails

Get() public static méthode

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.
Résultat PayoutItemDetails