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

More...

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

Public Member Functions

 UpdateCustomerRequest (string firstName=default(string), string lastName=default(string), string middleName=default(string), string gender=default(string), string dateOfBirth=default(string), string ssn=default(string), string locale=default(string), string email=default(string), string registeredEmail=default(string), string homePhone=default(string), string workPhone=default(string), string mobilePhone=default(string), AddressVo address=default(AddressVo), Dictionary< string, string > customFields=default(Dictionary< string, string >), string status=default(string), List< UpdateCustomerAccountRequest > customerAccounts=default(List< UpdateCustomerAccountRequest >), string comments=default(string))
 Initializes a new instance of the UpdateCustomerRequest 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 (UpdateCustomerRequest input)
 Returns true if UpdateCustomerRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string FirstName [get, set]
 The first name of the customer. More...
 
string LastName [get, set]
 The last name of the customer. More...
 
string MiddleName [get, set]
 The middle name of the customer. More...
 
string DateOfBirth [get, set]
 The date of birth of the customer. It should be in the full-date format as per ISO8601, namely, YYYY-MM-DD. More...
 
string Ssn [get, set]
 The SSN of the customer if the account holder is an individual or the tax ID, if the customer is a business. More...
 
string Locale [get, set]
 The language in which the customer wants the alerts and notifications from EBPP. This is to be specified in the format,<br><i>< <b>ISO-639-1 language code</b> >_< <b>ISO ALPHA-2 Country Code</b> ></i>.<br> For e.g., <b>en_US</b> indicates the language preference as US English, which is also the default value. More...
 
string Email [get, set]
 The email address of the customer to which notifications from EBPP will be sent. More...
 
string RegisteredEmail [get, set]
 The email address of the customer registered with the client. This may be used to uniquely identify the customer if the client is set up accordingly in EBPP. More...
 
string HomePhone [get, set]
 The home phone number of the customer. More...
 
string WorkPhone [get, set]
 The work phone number of the customer. More...
 
string MobilePhone [get, set]
 The mobile phone number of the customer. More...
 
AddressVo Address [get, set]
 Gets or Sets Address More...
 
Dictionary< string, string > CustomFields [get, set]
 The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. More...
 
List
< UpdateCustomerAccountRequest
CustomerAccounts [get, set]
 Gets or Sets CustomerAccounts More...
 
string Comments [get, set]
 Comments that can be used to recollect the operation performed on the resource object. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.UpdateCustomerRequest ( string  firstName = default(string),
string  lastName = default(string),
string  middleName = default(string),
string  gender = default(string),
string  dateOfBirth = default(string),
string  ssn = default(string),
string  locale = default(string),
string  email = default(string),
string  registeredEmail = default(string),
string  homePhone = default(string),
string  workPhone = default(string),
string  mobilePhone = default(string),
AddressVo  address = default(AddressVo),
Dictionary< string, string >  customFields = default(Dictionary<string, string>),
string  status = default(string),
List< UpdateCustomerAccountRequest customerAccounts = default(List<UpdateCustomerAccountRequest>),
string  comments = default(string) 
)

Initializes a new instance of the UpdateCustomerRequest class.

Parameters
firstNameThe first name of the customer..
lastNameThe last name of the customer..
middleNameThe middle name of the customer..
genderThe gender of the customer..
dateOfBirthThe date of birth of the customer. It should be in the full-date format as per ISO8601, namely, YYYY-MM-DD..
ssnThe SSN of the customer if the account holder is an individual or the tax ID, if the customer is a business..
localeThe language in which the customer wants the alerts and notifications from EBPP. This is to be specified in the format,<br><i>< <b>ISO-639-1 language code</b> >_< <b>ISO ALPHA-2 Country Code</b> ></i>.<br> For e.g., <b>en_US</b> indicates the language preference as US English, which is also the default value..
emailThe email address of the customer to which notifications from EBPP will be sent..
registeredEmailThe email address of the customer registered with the client. This may be used to uniquely identify the customer if the client is set up accordingly in EBPP..
homePhoneThe home phone number of the customer..
workPhoneThe work phone number of the customer..
mobilePhoneThe mobile phone number of the customer..
addressaddress.
customFieldsThe additional information or meta-information that EBPP can accept, maintain and transmit back to the client. .
statusThe status of the customer in EBPP..
customerAccountscustomerAccounts.
commentsComments that can be used to recollect the operation performed on the resource object..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if UpdateCustomerRequest instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

AddressVo Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.Address
getset

Gets or Sets Address

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.Comments
getset

Comments that can be used to recollect the operation performed on the resource object.

Comments that can be used to recollect the operation performed on the resource object.

List<UpdateCustomerAccountRequest> Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.CustomerAccounts
getset

Gets or Sets CustomerAccounts

Dictionary<string, string> Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.CustomFields
getset

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.DateOfBirth
getset

The date of birth of the customer. It should be in the full-date format as per ISO8601, namely, YYYY-MM-DD.

The date of birth of the customer. It should be in the full-date format as per ISO8601, namely, YYYY-MM-DD.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.Email
getset

The email address of the customer to which notifications from EBPP will be sent.

The email address of the customer to which notifications from EBPP will be sent.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.FirstName
getset

The first name of the customer.

The first name of the customer.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.HomePhone
getset

The home phone number of the customer.

The home phone number of the customer.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.LastName
getset

The last name of the customer.

The last name of the customer.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.Locale
getset

The language in which the customer wants the alerts and notifications from EBPP. This is to be specified in the format,<br><i>< <b>ISO-639-1 language code</b> >_< <b>ISO ALPHA-2 Country Code</b> ></i>.<br> For e.g., <b>en_US</b> indicates the language preference as US English, which is also the default value.

The language in which the customer wants the alerts and notifications from EBPP. This is to be specified in the format,<br><i>< <b>ISO-639-1 language code</b> >_< <b>ISO ALPHA-2 Country Code</b> ></i>.<br> For e.g., <b>en_US</b> indicates the language preference as US English, which is also the default value.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.MiddleName
getset

The middle name of the customer.

The middle name of the customer.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.MobilePhone
getset

The mobile phone number of the customer.

The mobile phone number of the customer.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.RegisteredEmail
getset

The email address of the customer registered with the client. This may be used to uniquely identify the customer if the client is set up accordingly in EBPP.

The email address of the customer registered with the client. This may be used to uniquely identify the customer if the client is set up accordingly in EBPP.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.Ssn
getset

The SSN of the customer if the account holder is an individual or the tax ID, if the customer is a business.

The SSN of the customer if the account holder is an individual or the tax ID, if the customer is a business.

string Orbipay.PaymentsApi.Client.Models.UpdateCustomerRequest.WorkPhone
getset

The work phone number of the customer.

The work phone number of the customer.


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