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

More...

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

Public Member Functions

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

Properties

string AccountNumber [get, set]
 The number or reference that a customer uses to identify the customer's account. More...
 
string Id [get, set]
 Id is a unique identifier assigned to the account in EBPP. More...
 
string Url [get, set]
 This URL fetches the customer account details. More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.CustomerAccountSnapshotResponse.CustomerAccountSnapshotResponse ( string  accountNumber = default(string),
string  id = default(string),
string  url = default(string) 
)

Initializes a new instance of the CustomerAccountSnapshotResponse class.

Parameters
accountNumberThe number or reference that a customer uses to identify the customer's account..
idId is a unique identifier assigned to the account in EBPP..
urlThis URL fetches the customer account details..

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if CustomerAccountSnapshotResponse instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.CustomerAccountSnapshotResponse.AccountNumber
getset

The number or reference that a customer uses to identify the customer's account.

The number or reference that a customer uses to identify the customer's account.

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

Id is a unique identifier assigned to the account in EBPP.

Id is a unique identifier assigned to the account in EBPP.

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

This URL fetches the customer account details.

This URL fetches the customer account details.


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