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