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

More...

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

Public Member Functions

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

Properties

string Value [get, set]
 The contact value that the customer used to enroll in our EBPP system for PBT. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.PBTContactResponse.PBTContactResponse ( string  value = default(string),
string  type = default(string),
string  verifiedBy = default(string) 
)

Initializes a new instance of the PBTContactResponse class.

Parameters
valueThe contact value that the customer used to enroll in our EBPP system for PBT..
typeThe type of contact that is being used..
verifiedByThe entity that verified the contact. The "orbipay" value indicates that the contact has been verified by the EBPP, which is a reliable and trusted method of contact verification. The "other" value indicates that the contact has been verified by client or some other trused third-party. While this method may also be reliable, it is not as widely recognized or trusted as EBPP. .

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if PBTContactResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.PBTContactResponse.Value
getset

The contact value that the customer used to enroll in our EBPP system for PBT.

The contact value that the customer used to enroll in our EBPP system for PBT.


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