Class OnlineEftposCredentials
Represents account credentials used to obtain tokens from the Online EFTPOS API.
Inheritance
System.Object
OnlineEftposCredentials
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public sealed class OnlineEftposCredentials : IDisposable
Constructors
| Name | Description |
|---|---|
| OnlineEftposCredentials(String, String) | Default constructor. |
| OnlineEftposCredentials(String, String) | Default constructor. |
Properties
| Name | Description |
|---|---|
| ConsumerKey | Returns the consumer key value sent to the API to obtain tokens. |
| ConsumerKey | Returns the consumer key value sent to the API to obtain tokens. |
| ConsumerSecret | Returns the consumer secret value sent to the API to obtain tokens. |
| ConsumerSecret | Returns the consumer secret value sent to the API to obtain tokens. |
Methods
| Name | Description |
|---|---|
| Dispose() | Disposes this class and all internal resources. |
| Dispose() | Disposes this class and all internal resources. |