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

More...

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

Public Member Functions

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

Properties

string Channel [get, set]
 The channel through which the API is invoked. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> to configure channels. More...
 
string Requestor [get, set]
 The identifier for the requestor of the API, in EBPP. The value to be passed in the requestor field would depend on the requestor_type.</br> If the requestor_type is &quot;customer&quot;, the requestor should be the EBPP generated customer id. In the case of self registration, where there is no EBPP generated customer id yet, the requestor should be set to &#39;guest&#39;.</br> If the requestor_type is &quot;external_user&quot;, the requestor can be any unique identifier that the client may have for the external agent. If the requestor_type is <b>system</b>, requestor is optional. More...
 
string Timestamp [get, set]
 The UTC timestamp, in ISO8601 format, for the moment when the resource got created or modified in EBPP. For e.g., 2019-08-13T09:21:34.359+0000 More...
 

Detailed Description

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

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.ResourceAuditVo.ResourceAuditVo ( string  channel = default(string),
string  requestorType = default(string),
string  requestor = default(string),
string  timestamp = default(string) 
)

Initializes a new instance of the ResourceAuditVo class.

Parameters
channelThe channel through which the API is invoked. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> to configure channels..
requestorTypeIf an API is being requested from an application that is being used directly by a customer, like the customer portal and IVR, the requestor_type should be set to &quot;customer&quot;.</br> If an API is being requested from an application that is being used by third party agents/brokers servicing a customer on behalf of a biller/client, then the requestor_type should be set to &quot;external_user&quot;. It should be noted that these users would not have logins for the EBPP Portal or Payment Center..
requestorThe identifier for the requestor of the API, in EBPP. The value to be passed in the requestor field would depend on the requestor_type.</br> If the requestor_type is &quot;customer&quot;, the requestor should be the EBPP generated customer id. In the case of self registration, where there is no EBPP generated customer id yet, the requestor should be set to &#39;guest&#39;.</br> If the requestor_type is &quot;external_user&quot;, the requestor can be any unique identifier that the client may have for the external agent. If the requestor_type is <b>system</b>, requestor is optional. .
timestampThe UTC timestamp, in ISO8601 format, for the moment when the resource got created or modified in EBPP. For e.g., 2019-08-13T09:21:34.359+0000.

Member Function Documentation

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

Returns true if objects are equal

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

Returns true if ResourceAuditVo instances are equal

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

Gets the hash code

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

Returns the JSON string presentation of the object

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

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.ResourceAuditVo.Channel
getset

The channel through which the API is invoked. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> to configure channels.

The channel through which the API is invoked. Please contact <a href &#x3D; &quot;mailto: suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com&quot;>suppo.nosp@m.rt@b.nosp@m.iller.nosp@m.paym.nosp@m.ents..nosp@m.com</a> to configure channels.

string Orbipay.PaymentsApi.Client.Models.ResourceAuditVo.Requestor
getset

The identifier for the requestor of the API, in EBPP. The value to be passed in the requestor field would depend on the requestor_type.</br> If the requestor_type is &quot;customer&quot;, the requestor should be the EBPP generated customer id. In the case of self registration, where there is no EBPP generated customer id yet, the requestor should be set to &#39;guest&#39;.</br> If the requestor_type is &quot;external_user&quot;, the requestor can be any unique identifier that the client may have for the external agent. If the requestor_type is <b>system</b>, requestor is optional.

The identifier for the requestor of the API, in EBPP. The value to be passed in the requestor field would depend on the requestor_type.</br> If the requestor_type is &quot;customer&quot;, the requestor should be the EBPP generated customer id. In the case of self registration, where there is no EBPP generated customer id yet, the requestor should be set to &#39;guest&#39;.</br> If the requestor_type is &quot;external_user&quot;, the requestor can be any unique identifier that the client may have for the external agent. If the requestor_type is <b>system</b>, requestor is optional.

string Orbipay.PaymentsApi.Client.Models.ResourceAuditVo.Timestamp
getset

The UTC timestamp, in ISO8601 format, for the moment when the resource got created or modified in EBPP. For e.g., 2019-08-13T09:21:34.359+0000

The UTC timestamp, in ISO8601 format, for the moment when the resource got created or modified in EBPP. For e.g., 2019-08-13T09:21:34.359+0000


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