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

More...

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

Public Member Functions

 CustomerSnapshotResponse (string id=default(string), string url=default(string), string customerReference=default(string), string firstName=default(string), string lastName=default(string), string middleName=default(string), string email=default(string), string homePhone=default(string), AddressVo address=default(AddressVo))
 Initializes a new instance of the CustomerSnapshotResponse 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 (CustomerSnapshotResponse input)
 Returns true if CustomerSnapshotResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Id [get, set]
 The unique identifier assigned by EBPP to the customer. More...
 
string Url [get, set]
 The URL that can be used to fetch the details of the customer. More...
 
string CustomerReference [get, set]
 The unique identifier in the client system for the customer. More...
 
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 initial of the customer. More...
 
string Email [get, set]
 The email address of the customer to which notifications from EBPP will be sent. This will default to the registered_email while creating a customer. More...
 
string HomePhone [get, set]
 The home phone number of the customer. More...
 
AddressVo Address [get, set]
 Gets or Sets Address More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.CustomerSnapshotResponse ( string  id = default(string),
string  url = default(string),
string  customerReference = default(string),
string  firstName = default(string),
string  lastName = default(string),
string  middleName = default(string),
string  email = default(string),
string  homePhone = default(string),
AddressVo  address = default(AddressVo) 
)

Initializes a new instance of the CustomerSnapshotResponse class.

Parameters
idThe unique identifier assigned by EBPP to the customer..
urlThe URL that can be used to fetch the details of the customer..
customerReferenceThe unique identifier in the client system for the customer..
firstNameThe first name of the customer..
lastNameThe last name of the customer..
middleNameThe middle initial of the customer..
emailThe email address of the customer to which notifications from EBPP will be sent. This will default to the registered_email while creating a customer..
homePhoneThe home phone number of the customer..
addressaddress.

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if CustomerSnapshotResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

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

Gets or Sets Address

string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.CustomerReference
getset

The unique identifier in the client system for the customer.

The unique identifier in the client system for the customer.

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

The email address of the customer to which notifications from EBPP will be sent. This will default to the registered_email while creating a customer.

The email address of the customer to which notifications from EBPP will be sent. This will default to the registered_email while creating a customer.

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

The first name of the customer.

The first name of the customer.

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

The home phone number of the customer.

The home phone number of the customer.

string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.Id
getset

The unique identifier assigned by EBPP to the customer.

The unique identifier assigned by EBPP to the customer.

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

The last name of the customer.

The last name of the customer.

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

The middle initial of the customer.

The middle initial of the customer.

string Orbipay.PaymentsApi.Client.Models.CustomerSnapshotResponse.Url
getset

The URL that can be used to fetch the details of the customer.

The URL that can be used to fetch the details of the customer.


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