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
显示文件 Open project: paypal/PayPal-NET-SDK

Private Properties

Property Type Description

Public Methods

Method Description
Get ( APIContext apiContext, string paymentId ) : PaymentInstruction

Obtain the payment instruction resource for the given identifier.

Method Details

Get() public static method

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