C# Класс Chargify2.ResponseParameters

Based on the work in the Chargify2 gem (https://github.com/chargify/chargify2)
Показать файл Открыть проект

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

Метод Описание
ResponseParameters ( Hashtable hash, Client client ) : System

Constructor

ValidateArgs ( ) : void

Validate the args

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

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

Constructor
public ResponseParameters ( Hashtable hash, Client client ) : System
hash System.Collections.Hashtable The hash of response values
client Client The rest api client
Результат System

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

Validate the args
public ValidateArgs ( ) : void
Результат void