PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

GetProfile Method

This method returns the requested profile.

Syntax

[VB.NET]
Public Sub GetProfile(ByVal ProfileId As String)
[C#]
public void GetProfile(string profileId);

Remarks

Use this method to retrieve the specified recurring payments profile. This method takes a ProfileId parameter which specifies which profile the component will request from PayPal.

The details of the profile will be populated into various properties such as BillingDetails and CyclesCompleted.

NOTE: This method has a corresponding asynchronous version (GetProfileAsync) for use in the WinRT environment.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0