C# Class Chargify2.ResponseParameters

Based on the work in the Chargify2 gem (https://github.com/chargify/chargify2)
显示文件 Open project: kfrancis/Chargify2

Public Methods

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

Constructor

ValidateArgs ( ) : void

Validate the args

Method Details

ResponseParameters() public method

Constructor
public ResponseParameters ( Hashtable hash, Client client ) : System
hash System.Collections.Hashtable The hash of response values
client Client The rest api client
return System

ValidateArgs() public method

Validate the args
public ValidateArgs ( ) : void
return void