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