C# Class PayPal.Api.PaymentInstruction

Contain details of how and when the payment should be made to PayPal in cases of manual bank transfer.

See PayPal Developer documentation for more information.

Inheritance: PayPalRelationalObject
Afficher le fichier Open project: paypal/PayPal-NET-SDK

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Get ( APIContext apiContext, string paymentId ) : PaymentInstruction

Obtain the payment instruction resource for the given identifier.

Method Details

Get() public static méthode

Obtain the payment instruction resource for the given identifier.
public static Get ( APIContext apiContext, string paymentId ) : PaymentInstruction
apiContext APIContext APIContext used for the API call.
paymentId string Identifier of the Payment instruction resource to obtain the data for.
Résultat PaymentInstruction