C# 클래스 Chargify2.SecureParameters

The secure parameters used in Chargify Direct (API v2)
파일 보기 프로젝트 열기: kfrancis/Chargify2

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SecureParameters ( Hashtable hash, Client client ) : System

Constructor

ToFormInputs ( ) : string

Converts the hash to a set of hidden inputs

ValidateArgs ( ) : void

Validate args

메소드 상세

SecureParameters() 공개 메소드

Constructor
public SecureParameters ( Hashtable hash, Client client ) : System
hash System.Collections.Hashtable The hash to use when constructing the secure parameter hidden inputs
client Client The client
리턴 System

ToFormInputs() 공개 메소드

Converts the hash to a set of hidden inputs
public ToFormInputs ( ) : string
리턴 string

ValidateArgs() 공개 메소드

Validate args
public ValidateArgs ( ) : void
리턴 void