My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Models.FundingAccountMinimalRequest Class Reference

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Models.FundingAccountMinimalRequest:

Public Member Functions

 FundingAccountMinimalRequest (string id=default(string))
 Initializes a new instance of the FundingAccountMinimalRequest class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (FundingAccountMinimalRequest input)
 Returns true if FundingAccountMinimalRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 FundingAccountMinimalRequest ()
 Initializes a new instance of the FundingAccountMinimalRequest class. More...
 

Properties

string Id [get, set]
 Id is a unique identifier assigned to the account in EBPP. More...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.FundingAccountMinimalRequest.FundingAccountMinimalRequest ( )
protected

Initializes a new instance of the FundingAccountMinimalRequest class.

Orbipay.PaymentsApi.Client.Models.FundingAccountMinimalRequest.FundingAccountMinimalRequest ( string  id = default(string))

Initializes a new instance of the FundingAccountMinimalRequest class.

Parameters
idId is a unique identifier assigned to the account in EBPP. (required).

Member Function Documentation

override bool Orbipay.PaymentsApi.Client.Models.FundingAccountMinimalRequest.Equals ( object  input)

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean
bool Orbipay.PaymentsApi.Client.Models.FundingAccountMinimalRequest.Equals ( FundingAccountMinimalRequest  input)

Returns true if FundingAccountMinimalRequest instances are equal

Parameters
inputInstance of FundingAccountMinimalRequest to be compared
Returns
Boolean
override int Orbipay.PaymentsApi.Client.Models.FundingAccountMinimalRequest.GetHashCode ( )

Gets the hash code

Returns
Hash code
virtual string Orbipay.PaymentsApi.Client.Models.FundingAccountMinimalRequest.ToJson ( )
virtual

Returns the JSON string presentation of the object

Returns
string
override string Orbipay.PaymentsApi.Client.Models.FundingAccountMinimalRequest.ToString ( )

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.FundingAccountMinimalRequest.Id
getset

Id is a unique identifier assigned to the account in EBPP.

Id is a unique identifier assigned to the account in EBPP.


The documentation for this class was generated from the following file: