C# 클래스 MimoAPI.MimoRestClient

파일 보기 프로젝트 열기: paywithmimo/mimo-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
apiKey string
apiSecret string
mode string
redirectUri string
sAccessToken string
sAccountType string
sAccountnumber string
sApiUrl string
sCompanyName string
sEmail string
sExpiresIn string
sFirstName string
sLevel string
sMessage string
sMiddleName string
sPhotoUrl string
sSurname string
sUserApiUrl string
sUsername string
sid string
stransaction_id string

공개 메소드들

메소드 설명
GetAccessCode ( ) : void

Get the Access Code from MIMO site for Current Client ID

Refund ( string amount, string note, string transaction_id ) : string

Grab information for the given transaction ID

SetAPIURL ( ) : void
cancelTransaction ( string transaction_id ) : string

Grab information for the given transaction ID

getUser ( string sSearchField, string sValue ) : string

Grabs the basic account information for the provided Mimo user search parameter

newRegistration ( string username, string account_type, string email, string password, string pin, string first_name, string middle_name, string surname, string dob, string gender, string about, string address_type, string address, string address_2, string city, string state, string country, string zip, string Phone, string website, string facebook, string twitter, string challenge_question, string challenge_answer, string terms_and_conditions, string company_name, string company_id_number, string rc_incorporation_year ) : string

Register the new user with MIMO

requestToken ( ) : string

Get the Access Token from MIMO site for Current Client ID

transaction ( string amount, string note ) : string

Grab information for the given transaction ID

메소드 상세

GetAccessCode() 공개 정적인 메소드

Get the Access Code from MIMO site for Current Client ID
public static GetAccessCode ( ) : void
리턴 void

Refund() 공개 정적인 메소드

Grab information for the given transaction ID
public static Refund ( string amount, string note, string transaction_id ) : string
amount string Amount to which information is pulled
note string Note to which information is pulled
transaction_id string transaction_id to which information is pulled
리턴 string

SetAPIURL() 공개 정적인 메소드

public static SetAPIURL ( ) : void
리턴 void

cancelTransaction() 공개 정적인 메소드

Grab information for the given transaction ID
public static cancelTransaction ( string transaction_id ) : string
transaction_id string transaction_id to which information is pulled
리턴 string

getUser() 공개 정적인 메소드

Grabs the basic account information for the provided Mimo user search parameter
public static getUser ( string sSearchField, string sValue ) : string
sSearchField string Mimo Account Field like username, email, phone, account_number
sValue string Mimo Account value of username, email, phone, account_number you wanted to get searched
리턴 string

newRegistration() 공개 정적인 메소드

Register the new user with MIMO
public static newRegistration ( string username, string account_type, string email, string password, string pin, string first_name, string middle_name, string surname, string dob, string gender, string about, string address_type, string address, string address_2, string city, string state, string country, string zip, string Phone, string website, string facebook, string twitter, string challenge_question, string challenge_answer, string terms_and_conditions, string company_name, string company_id_number, string rc_incorporation_year ) : string
username string
account_type string
email string
password string
pin string
first_name string
middle_name string
surname string
dob string
gender string
about string
address_type string
address string
address_2 string
city string
state string
country string
zip string
Phone string
website string
facebook string
twitter string
challenge_question string
challenge_answer string
terms_and_conditions string
company_name string
company_id_number string
rc_incorporation_year string
리턴 string

requestToken() 공개 정적인 메소드

Get the Access Token from MIMO site for Current Client ID
public static requestToken ( ) : string
리턴 string

transaction() 공개 정적인 메소드

Grab information for the given transaction ID
public static transaction ( string amount, string note ) : string
amount string Amount to which information is pulled
note string Note to which information is pulled
리턴 string

프로퍼티 상세

apiKey 공개적으로 정적으로 프로퍼티

public static string apiKey
리턴 string

apiSecret 공개적으로 정적으로 프로퍼티

public static string apiSecret
리턴 string

mode 공개적으로 정적으로 프로퍼티

public static string mode
리턴 string

redirectUri 공개적으로 정적으로 프로퍼티

public static string redirectUri
리턴 string

sAccessToken 공개적으로 정적으로 프로퍼티

public static string sAccessToken
리턴 string

sAccountType 공개적으로 정적으로 프로퍼티

public static string sAccountType
리턴 string

sAccountnumber 공개적으로 정적으로 프로퍼티

public static string sAccountnumber
리턴 string

sApiUrl 공개적으로 정적으로 프로퍼티

public static string sApiUrl
리턴 string

sCompanyName 공개적으로 정적으로 프로퍼티

public static string sCompanyName
리턴 string

sEmail 공개적으로 정적으로 프로퍼티

public static string sEmail
리턴 string

sExpiresIn 공개적으로 정적으로 프로퍼티

public static string sExpiresIn
리턴 string

sFirstName 공개적으로 정적으로 프로퍼티

public static string sFirstName
리턴 string

sLevel 공개적으로 정적으로 프로퍼티

public static string sLevel
리턴 string

sMessage 공개적으로 정적으로 프로퍼티

public static string sMessage
리턴 string

sMiddleName 공개적으로 정적으로 프로퍼티

public static string sMiddleName
리턴 string

sPhotoUrl 공개적으로 정적으로 프로퍼티

public static string sPhotoUrl
리턴 string

sSurname 공개적으로 정적으로 프로퍼티

public static string sSurname
리턴 string

sUserApiUrl 공개적으로 정적으로 프로퍼티

public static string sUserApiUrl
리턴 string

sUsername 공개적으로 정적으로 프로퍼티

public static string sUsername
리턴 string

sid 공개적으로 정적으로 프로퍼티

public static string sid
리턴 string

stransaction_id 공개적으로 정적으로 프로퍼티

public static string stransaction_id
리턴 string