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

More...

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

Public Member Functions

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

Properties

string Url [get, set]
 This URL fetches the list of payment setups 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.CustomersPaymentSetupsResponse.CustomersPaymentSetupsResponse ( string  url = default(string))

Initializes a new instance of the CustomersPaymentSetupsResponse class.

Parameters
urlThis URL fetches the list of payment setups of a customer..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if CustomersPaymentSetupsResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

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

This URL fetches the list of payment setups of a customer.

This URL fetches the list of payment setups of a customer.


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