C# Class Chargify2.Direct

The API for Chargify Direct
Afficher le fichier Open project: kfrancis/Chargify2

Méthodes publiques

Méthode Description
Direct ( Client client ) : System

Constructor

ResponseParameters ( Hashtable hash ) : ResponseParameters

The response parameters

SecureParameters ( Hashtable hash ) : SecureParameters

The secure parameters

Signature ( string message, string secret ) : string

Calculate the signature given the message and the api secret

Private Methods

Méthode Description
ValidateClient ( ) : void

Validate the client

Method Details

Direct() public méthode

Constructor
public Direct ( Client client ) : System
client Client The client
Résultat System

ResponseParameters() public méthode

The response parameters
public ResponseParameters ( Hashtable hash ) : ResponseParameters
hash System.Collections.Hashtable The hash of secure parameter values
Résultat ResponseParameters

SecureParameters() public méthode

The secure parameters
public SecureParameters ( Hashtable hash ) : SecureParameters
hash System.Collections.Hashtable The hash of secure parameter values
Résultat SecureParameters

Signature() public static méthode

Calculate the signature given the message and the api secret
public static Signature ( string message, string secret ) : string
message string The message to use when producing the signature
secret string The api secret
Résultat string