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