More...
|
| string | Value [get, set] |
| | The customer's phone number to be enrolled for pay-by-text. More...
|
| |
| string | VerificationCode [get, set] |
| | The unique verification code generated by EBPP using <a href="#operation/initiateContactVerification"> 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...
|
| |
This class subject to change without prior notice, Please dont use this class directly.
| Orbipay.PaymentsApi.Client.Models.PbtContact.PbtContact |
( |
| ) |
|
|
protected |
Initializes a new instance of the PbtContact class.
| Orbipay.PaymentsApi.Client.Models.PbtContact.PbtContact |
( |
string |
value = default(string), |
|
|
string |
type = default(string), |
|
|
string |
verifiedBy = default(string), |
|
|
string |
verificationCode = default(string) |
|
) |
| |
Initializes a new instance of the PbtContact class.
- Parameters
-
| value | The customer's phone number to be enrolled for pay-by-text. (required). |
| type | The type of contact information. (required). |
| verifiedBy | 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 client or some other trusted third-party. While this method may also be reliable, it is not as widely recognized or trusted as EBPP. For the Manage PBT Enrollment API, it is mandatory to use a contact that has been verified by either EBPP or a trusted third party." (required). |
| verificationCode | The unique verification code generated by EBPP using <a href="#operation/initiateContactVerification"> 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.. |
| override bool Orbipay.PaymentsApi.Client.Models.PbtContact.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
| bool Orbipay.PaymentsApi.Client.Models.PbtContact.Equals |
( |
PbtContact |
input | ) |
|
Returns true if PbtContact instances are equal
- Parameters
-
- Returns
- Boolean
| override int Orbipay.PaymentsApi.Client.Models.PbtContact.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
| virtual string Orbipay.PaymentsApi.Client.Models.PbtContact.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
| override string Orbipay.PaymentsApi.Client.Models.PbtContact.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
| string Orbipay.PaymentsApi.Client.Models.PbtContact.Value |
|
getset |
The customer's phone number to be enrolled for pay-by-text.
The customer's phone number to be enrolled for pay-by-text.
| string Orbipay.PaymentsApi.Client.Models.PbtContact.VerificationCode |
|
getset |
The unique verification code generated by EBPP using <a href="#operation/initiateContactVerification"> 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="#operation/initiateContactVerification"> 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: