My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Models.ContactsunlinkContact Class Reference

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Models.ContactsunlinkContact:

Public Member Functions

 ContactsunlinkContact (string value=default(string), string type=default(string))
 Initializes a new instance of the ContactsunlinkContact 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 (ContactsunlinkContact input)
 Returns true if ContactsunlinkContact instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 ContactsunlinkContact ()
 Initializes a new instance of the ContactsunlinkContact class. More...
 

Properties

string Value [get, set]
 The customer's contact information that need to be unlinked. If the `type` field is set to `email`, the `value` field should be a valid email address. If the `type` field is set to `sms`, the `value` field should be a mobile number in E.164 format with the appropriate country code. More...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.ContactsunlinkContact.ContactsunlinkContact ( )
protected

Initializes a new instance of the ContactsunlinkContact class.

Orbipay.PaymentsApi.Client.Models.ContactsunlinkContact.ContactsunlinkContact ( string  value = default(string),
string  type = default(string) 
)

Initializes a new instance of the ContactsunlinkContact class.

Parameters
valueThe customer's contact information that need to be unlinked. If the `type` field is set to `email`, the `value` field should be a valid email address. If the `type` field is set to `sms`, the `value` field should be a mobile number in E.164 format with the appropriate country code. (required).
typeThe type of contact information. (required).

Member Function Documentation

override bool Orbipay.PaymentsApi.Client.Models.ContactsunlinkContact.Equals ( object  input)

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean
bool Orbipay.PaymentsApi.Client.Models.ContactsunlinkContact.Equals ( ContactsunlinkContact  input)

Returns true if ContactsunlinkContact instances are equal

Parameters
inputInstance of ContactsunlinkContact to be compared
Returns
Boolean
override int Orbipay.PaymentsApi.Client.Models.ContactsunlinkContact.GetHashCode ( )

Gets the hash code

Returns
Hash code
virtual string Orbipay.PaymentsApi.Client.Models.ContactsunlinkContact.ToJson ( )
virtual

Returns the JSON string presentation of the object

Returns
string
override string Orbipay.PaymentsApi.Client.Models.ContactsunlinkContact.ToString ( )

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.ContactsunlinkContact.Value
getset

The customer's contact information that need to be unlinked. If the `type` field is set to `email`, the `value` field should be a valid email address. If the `type` field is set to `sms`, the `value` field should be a mobile number in E.164 format with the appropriate country code.

The customer's contact information that need to be unlinked. If the `type` field is set to `email`, the `value` field should be a valid email address. If the `type` field is set to `sms`, the `value` field should be a mobile number in E.164 format with the appropriate country code.


The documentation for this class was generated from the following file: