More...
|
| string | Value [get, set] |
| | The contact value to which the verification code is sent to initiate the contact verification. 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...
|
| |
This class subject to change without prior notice, Please dont use this class directly.
| Orbipay.PaymentsApi.Client.Models.ContactsverificationContact.ContactsverificationContact |
( |
| ) |
|
|
protected |
| Orbipay.PaymentsApi.Client.Models.ContactsverificationContact.ContactsverificationContact |
( |
string |
value = default(string), |
|
|
string |
type = default(string) |
|
) |
| |
Initializes a new instance of the ContactsverificationContact class.
- Parameters
-
| value | The contact value to which the verification code is sent to initiate the contact verification. 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. (required). |
| type | The type of contact. (required). |
| override bool Orbipay.PaymentsApi.Client.Models.ContactsverificationContact.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
| override int Orbipay.PaymentsApi.Client.Models.ContactsverificationContact.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
| virtual string Orbipay.PaymentsApi.Client.Models.ContactsverificationContact.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
| override string Orbipay.PaymentsApi.Client.Models.ContactsverificationContact.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
| string Orbipay.PaymentsApi.Client.Models.ContactsverificationContact.Value |
|
getset |
The contact value to which the verification code is sent to initiate the contact verification. 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.
The contact value to which the verification code is sent to initiate the contact verification. 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.
The documentation for this class was generated from the following file: