|
Docusign CSharp Docs
|
Contains the element senderProvidedNumbers which is an Array of phone numbers the recipient can use for SMS text authentication. More...
Public Member Functions | |
| RecipientSMSAuthentication (List< string > SenderProvidedNumbers=default(List< string >), PropertyMetadata SenderProvidedNumbersMetadata=default(PropertyMetadata)) | |
| Initializes a new instance of the RecipientSMSAuthentication class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| string | ToJson () |
| Returns the JSON string presentation of the object More... | |
| override bool | Equals (object obj) |
| Returns true if objects are equal More... | |
| bool | Equals (RecipientSMSAuthentication other) |
| Returns true if RecipientSMSAuthentication instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
| IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
| List< string > | SenderProvidedNumbers [get, set] |
| An Array containing a list of phone numbers the recipient may use for SMS text authentication. More... | |
| PropertyMetadata | SenderProvidedNumbersMetadata [get, set] |
| Metadata that indicates whether the `senderProvidedNumbers` property can be edited. More... | |
Contains the element senderProvidedNumbers which is an Array of phone numbers the recipient can use for SMS text authentication.
|
inline |
Initializes a new instance of the RecipientSMSAuthentication class.
| SenderProvidedNumbers | An Array containing a list of phone numbers the recipient may use for SMS text authentication. . |
| SenderProvidedNumbersMetadata | Metadata that indicates whether the `senderProvidedNumbers` property can be edited.. |
|
inline |
Returns true if objects are equal
| obj | Object to be compared |
|
inline |
Returns true if RecipientSMSAuthentication instances are equal
| other | Instance of RecipientSMSAuthentication to be compared |
|
inline |
Gets the hash code
|
inline |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
An Array containing a list of phone numbers the recipient may use for SMS text authentication.
An Array containing a list of phone numbers the recipient may use for SMS text authentication.
|
getset |
Metadata that indicates whether the `senderProvidedNumbers` property can be edited.
Metadata that indicates whether the `senderProvidedNumbers` property can be edited.
1.8.13