C# Class Chargify2.SecureParameters

The secure parameters used in Chargify Direct (API v2)
Show file Open project: kfrancis/Chargify2

Private Properties

Property Type Description

Public Methods

Method Description
SecureParameters ( Hashtable hash, Client client ) : System

Constructor

ToFormInputs ( ) : string

Converts the hash to a set of hidden inputs

ValidateArgs ( ) : void

Validate args

Method Details

SecureParameters() public method

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
return System

ToFormInputs() public method

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

ValidateArgs() public method

Validate args
public ValidateArgs ( ) : void
return void