C# Класс Chargify2.Direct

The API for Chargify Direct
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ValidateClient ( ) : void

Validate the client

Описание методов

Direct() публичный Метод

Constructor
public Direct ( Client client ) : System
client Client The client
Результат System

ResponseParameters() публичный Метод

The response parameters
public ResponseParameters ( Hashtable hash ) : ResponseParameters
hash System.Collections.Hashtable The hash of secure parameter values
Результат ResponseParameters

SecureParameters() публичный Метод

The secure parameters
public SecureParameters ( Hashtable hash ) : SecureParameters
hash System.Collections.Hashtable The hash of secure parameter values
Результат SecureParameters

Signature() публичный статический Метод

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
Результат string