Class PayPalCredentials
Represents basic PayPal credentials for registered application which include Business account email, client ID and client secret.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Web.Pay.PayPal
Assembly: NFX.Web.dll
Syntax
public class PayPalCredentials : Credentials
Constructors
PayPalCredentials(String, String)
Declaration
public PayPalCredentials(string clientID, string clientSecret)
Parameters
Type | Name | Description |
---|---|---|
System.String | clientID | |
System.String | clientSecret |
Fields
ClientID
Declaration
public readonly string ClientID
Field Value
Type | Description |
---|---|
System.String |
ClientSecret
Declaration
public readonly string ClientSecret
Field Value
Type | Description |
---|---|
System.String |
Properties
AuthorizationHeader
Declaration
public string AuthorizationHeader { get; }
Property Value
Type | Description |
---|---|
System.String |