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

More...

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

Public Member Functions

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

Properties

List< PBTEnrollmentResponseList [get, set]
 Gets or Sets List More...
 
string TotalResultsCount [get, set]
 The total number of PBT enrollments of the customer matching the search criteria. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.PBTEnrollmentsResponse.PBTEnrollmentsResponse ( List< PBTEnrollmentResponse list = default(List<PBTEnrollmentResponse>),
string  totalResultsCount = default(string) 
)

Initializes a new instance of the PBTEnrollmentsResponse class.

Parameters
listlist.
totalResultsCountThe total number of PBT enrollments of the customer matching the search criteria..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if PBTEnrollmentsResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

List<PBTEnrollmentResponse> Orbipay.PaymentsApi.Client.Models.PBTEnrollmentsResponse.List
getset

Gets or Sets List

string Orbipay.PaymentsApi.Client.Models.PBTEnrollmentsResponse.TotalResultsCount
getset

The total number of PBT enrollments of the customer matching the search criteria.

The total number of PBT enrollments of the customer matching the search criteria.


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