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

More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Value [get, set]
 The customer's contact information that need to be linked If the `type` field is set to `email`, the `value` field should be a valid email address. If the `type` field is set to `sms`, the `value` field should be a mobile number in E.164 format with the appropriate country code. More...
 
string VerificationCode [get, set]
 The unique verification code generated by EBPP using <a href&#x3D;&quot;#operation/initiateContactVerification&quot;> Initiate Contact Verification</a> API. This field is mandatory if the verified_by type is orbipay, indicating that the contact has been verified by the EBPP. If the verified_by type is other or none, this field may be left empty or null. More...
 

Detailed Description

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

Constructor & Destructor Documentation

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

Initializes a new instance of the ContactslinkContact class.

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

Initializes a new instance of the ContactslinkContact class.

Parameters
valueThe customer&#39;s contact information that need to be linked If the &#x60;type&#x60; field is set to &#x60;email&#x60;, the &#x60;value&#x60; field should be a valid email address. If the &#x60;type&#x60; field is set to &#x60;sms&#x60;, the &#x60;value&#x60; field should be a mobile number in E.164 format with the appropriate country code. (required).
typeThe type of contact. (required).
verifiedByThe entity that verified the contact. The &quot;orbipay&quot; value indicates that the contact has been verified by the EBPP, which is a reliable and trusted method of contact verification. The &quot;other&quot; value indicates that the contact has been verified client or some other trusted third-party. While this method may also be reliable, it is not as widely recognized or trusted as EBPP. The &quot;none&quot; value indicates that the contact has not been verified by anyone and may be considered unverified or potentially unreliable.&quot; (required).
verificationCodeThe unique verification code generated by EBPP using <a href&#x3D;&quot;#operation/initiateContactVerification&quot;> Initiate Contact Verification</a> API. This field is mandatory if the verified_by type is orbipay, indicating that the contact has been verified by the EBPP. If the verified_by type is other or none, this field may be left empty or null..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if ContactslinkContact instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

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

The customer&#39;s contact information that need to be linked If the &#x60;type&#x60; field is set to &#x60;email&#x60;, the &#x60;value&#x60; field should be a valid email address. If the &#x60;type&#x60; field is set to &#x60;sms&#x60;, the &#x60;value&#x60; field should be a mobile number in E.164 format with the appropriate country code.

The customer&#39;s contact information that need to be linked If the &#x60;type&#x60; field is set to &#x60;email&#x60;, the &#x60;value&#x60; field should be a valid email address. If the &#x60;type&#x60; field is set to &#x60;sms&#x60;, the &#x60;value&#x60; field should be a mobile number in E.164 format with the appropriate country code.

string Orbipay.PaymentsApi.Client.Models.ContactslinkContact.VerificationCode
getset

The unique verification code generated by EBPP using <a href&#x3D;&quot;#operation/initiateContactVerification&quot;> Initiate Contact Verification</a> API. This field is mandatory if the verified_by type is orbipay, indicating that the contact has been verified by the EBPP. If the verified_by type is other or none, this field may be left empty or null.

The unique verification code generated by EBPP using <a href&#x3D;&quot;#operation/initiateContactVerification&quot;> Initiate Contact Verification</a> API. This field is mandatory if the verified_by type is orbipay, indicating that the contact has been verified by the EBPP. If the verified_by type is other or none, this field may be left empty or null.


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