C# 클래스 Chargify2.Direct

The API for Chargify Direct
파일 보기 프로젝트 열기: kfrancis/Chargify2

공개 메소드들

메소드 설명
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