My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Wrappers.Contact Class Reference
Inheritance diagram for Orbipay.PaymentsApi.Client.Wrappers.Contact:
Orbipay.PaymentsApi.Client.Wrappers.Base

Public Member Functions

string GetValue ()
 The contact value that the customer used to enroll in our EBPP system for PBT. More...
 
string GetType ()
 The type of contact that is being used. More...
 
string GetVerifiedBy ()
 The 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 trusted third-party. While this method may also be reliable, it is not as widely recognized or trusted as EBPP. More...
 
string GetStatus ()
 The status of the customer's contact in EBPP. More...
 
string GetVerificationCode ()
 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...
 
Contact WithContactDetails (string type, string value)
 
Contact WithStatus (string status)
 
Contact IsVerifiedBy (string verifiedBy)
 
Contact WithVerificationCode (string verificationCode)
 
IEnumerator< ContactGetEnumerator ()
 
- Public Member Functions inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
String GetLiveMode ()
 
string GetApiEndPoint ()
 
void SetLiveMode (String LiveMode=default(String))
 
void SetHttpStatusCode (int httpStatusCode)
 
InvocationContext GetInvocationContext ()
 
int GetHttpStatusCode ()
 
void SetInvocationContext (InvocationContext invocationContext)
 
void Dispose ()
 

Public Attributes

string Value
 The contact value that the customer used to enroll in our EBPP system for PBT. More...
 
string Type
 The type of contact that is being used. More...
 
string VerifiedBy
 The 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 by client or some other trusted third-party. While this method may also be reliable, it is not as widely recognized or trusted as EBPP. More...
 
string Status
 The status of the customer&#39;s contact in EBPP. More...
 
string VerificationCode
 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...
 
- Public Attributes inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
int HttpStatusCode
 

Additional Inherited Members

- Protected Member Functions inherited from Orbipay.PaymentsApi.Client.Wrappers.Base
Base VideChannel (string channel)
 
Base RequestedBy (string requestor, string requestorType)
 
Base ForClient (string clientKey)
 
Base SetAPIEndpoint (String LiveMode=null, String apiEndPoint=null)
 
Base WithContext (InvocationContext request, String LiveMode=default(String), String apiEndPoint=null)
 

Member Function Documentation

IEnumerator<Contact> Orbipay.PaymentsApi.Client.Wrappers.Contact.GetEnumerator ( )
string Orbipay.PaymentsApi.Client.Wrappers.Contact.GetStatus ( )

The status of the customer&#39;s contact in EBPP.

The status of the customer&#39;s contact in EBPP.

string Orbipay.PaymentsApi.Client.Wrappers.Contact.GetType ( )

The type of contact that is being used.

The type of contact that is being used.

string Orbipay.PaymentsApi.Client.Wrappers.Contact.GetValue ( )

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.

string Orbipay.PaymentsApi.Client.Wrappers.Contact.GetVerificationCode ( )

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.

string Orbipay.PaymentsApi.Client.Wrappers.Contact.GetVerifiedBy ( )

The 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 by 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 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 by client or some other trusted third-party. While this method may also be reliable, it is not as widely recognized or trusted as EBPP.

Contact Orbipay.PaymentsApi.Client.Wrappers.Contact.IsVerifiedBy ( string  verifiedBy)

IsVerifiedBy Method.

Parameters
VerifiedByThe VerifiedBy is of type string
Returns
Contact
Contact Orbipay.PaymentsApi.Client.Wrappers.Contact.WithContactDetails ( string  type,
string  value 
)

WithContactDetails Method.

Parameters
TypeThe Type is of type string
ValueThe Value is of type string
Returns
Contact
Contact Orbipay.PaymentsApi.Client.Wrappers.Contact.WithStatus ( string  status)

WithStatus Method.

Parameters
StatusThe Status is of type string
Returns
Contact
Contact Orbipay.PaymentsApi.Client.Wrappers.Contact.WithVerificationCode ( string  verificationCode)

WithVerificationCode Method.

Parameters
VerificationCodeThe VerificationCode is of type string
Returns
Contact

Member Data Documentation

string Orbipay.PaymentsApi.Client.Wrappers.Contact.Status

The status of the customer&#39;s contact in EBPP.

The status of the customer&#39;s contact in EBPP.

string Orbipay.PaymentsApi.Client.Wrappers.Contact.Type

The type of contact that is being used.

The type of contact that is being used.

string Orbipay.PaymentsApi.Client.Wrappers.Contact.Value

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.

string Orbipay.PaymentsApi.Client.Wrappers.Contact.VerificationCode

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.

string Orbipay.PaymentsApi.Client.Wrappers.Contact.VerifiedBy

The 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 by 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 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 by 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 documentation for this class was generated from the following file: