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

More...

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

Public Member Functions

 CustomersCustomerAccountsResponse (List< CustomerAccountResponse > list=default(List< CustomerAccountResponse >), string url=default(string))
 Initializes a new instance of the CustomersCustomerAccountsResponse 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 (CustomersCustomerAccountsResponse input)
 Returns true if CustomersCustomerAccountsResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< CustomerAccountResponseList [get, set]
 Gets or Sets List More...
 
string Url [get, set]
 This URL fetches the list of Customer accounts of a customer. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.CustomersCustomerAccountsResponse.CustomersCustomerAccountsResponse ( List< CustomerAccountResponse list = default(List<CustomerAccountResponse>),
string  url = default(string) 
)

Initializes a new instance of the CustomersCustomerAccountsResponse class.

Parameters
listlist.
urlThis URL fetches the list of Customer accounts of a customer..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if CustomersCustomerAccountsResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

List<CustomerAccountResponse> Orbipay.PaymentsApi.Client.Models.CustomersCustomerAccountsResponse.List
getset

Gets or Sets List

string Orbipay.PaymentsApi.Client.Models.CustomersCustomerAccountsResponse.Url
getset

This URL fetches the list of Customer accounts of a customer.

This URL fetches the list of Customer accounts of a customer.


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