|
My Project
|
Public Member Functions | |
| InitiateContactVerificationRequest (CustomerMinimalRequest customer=default(CustomerMinimalRequest), ContactsverificationContact contact=default(ContactsverificationContact)) | |
| Initializes a new instance of the InitiateContactVerificationRequest 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 (InitiateContactVerificationRequest input) |
| Returns true if InitiateContactVerificationRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| InitiateContactVerificationRequest () | |
| Initializes a new instance of the InitiateContactVerificationRequest class. More... | |
Properties | |
| CustomerMinimalRequest | Customer [get, set] |
| Gets or Sets Customer More... | |
| ContactsverificationContact | Contact [get, set] |
| Gets or Sets Contact More... | |
|
protected |
Initializes a new instance of the InitiateContactVerificationRequest class.
| Orbipay.PaymentsApi.Client.Models.InitiateContactVerificationRequest.InitiateContactVerificationRequest | ( | CustomerMinimalRequest | customer = default(CustomerMinimalRequest), |
| ContactsverificationContact | contact = default(ContactsverificationContact) |
||
| ) |
Initializes a new instance of the InitiateContactVerificationRequest class.
| customer | customer (required). |
| contact | contact (required). |
| override bool Orbipay.PaymentsApi.Client.Models.InitiateContactVerificationRequest.Equals | ( | object | input | ) |
Returns true if objects are equal
| input | Object to be compared |
| bool Orbipay.PaymentsApi.Client.Models.InitiateContactVerificationRequest.Equals | ( | InitiateContactVerificationRequest | input | ) |
Returns true if InitiateContactVerificationRequest instances are equal
| input | Instance of InitiateContactVerificationRequest to be compared |
| override int Orbipay.PaymentsApi.Client.Models.InitiateContactVerificationRequest.GetHashCode | ( | ) |
Gets the hash code
|
virtual |
Returns the JSON string presentation of the object
| override string Orbipay.PaymentsApi.Client.Models.InitiateContactVerificationRequest.ToString | ( | ) |
Returns the string presentation of the object
|
getset |
Gets or Sets Contact
|
getset |
Gets or Sets Customer