My Project
|
Public Member Functions | |
string | GetFirstName () |
The first name of the customer. Either first_name or last_name is required to create a customer. More... | |
string | GetLastName () |
The last name of the customer. Either first_name or last_name is required to create a customer. More... | |
string | GetMiddleName () |
The middle name of the customer. More... | |
string | GetGender () |
The gender of the customer. More... | |
string | GetDateOfBirth () |
The date of birth of the customer. It should be in the full-date format as per ISO8601, namely, YYYY-MM-DD. More... | |
string | GetSsn () |
The SSN of the customer if the account holder is an individual or the tax ID, if the customer is a business. More... | |
string | GetLocale () |
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 | GetEmail () |
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 | GetRegisteredEmail () |
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 | GetHomePhone () |
The home phone number of the customer. More... | |
string | GetWorkPhone () |
The work phone number of the customer. More... | |
string | GetMobilePhone () |
The mobile phone number of the customer. More... | |
Address | GetAddress () |
Gets Address More... | |
Dictionary< string, string > | GetCustomFields () |
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. comMore... | |
string | GetCustomerReference () |
The unique identifier in the client system for the customer. More... | |
string | GetId () |
The unique identifier assigned by EBPP to the customer. More... | |
string | GetStatus () |
The status of the customer in EBPP. More... | |
string | GetUrl () |
This URL fetches the Customer details. More... | |
string | GetComments () |
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo. More... | |
CustomerAccounts | GetCustomerAccounts () |
Gets CustomerAccounts More... | |
FundingAccounts | GetFundingAccounts () |
Gets FundingAccounts More... | |
Payments | GetPayments () |
Gets Payments More... | |
PaymentSetups | GetPaymentSetups () |
Gets PaymentSetups More... | |
AuditInfo | GetAuditInfo () |
Gets AuditInfo More... | |
string | GetID_CUSTOMER () |
The unique identifier assigned by EBPP to the customer. More... | |
Customer (string iDCUSTOMER=null) | |
Customer | ForClient (string clientKey) |
Customer | VideChannel (string channel) |
Customer | WithDetails (string firstName, string lastName, string middleName, string dateOfBirth, string ssn, string gender, string registeredEmail) |
Customer | WithReference (string customerReference) |
Customer | WithStatus (string status) |
Customer | WithContactInfo (string email, string homePhone, string workPhone, string mobilePhone) |
Customer | WithLocale (string locale) |
Customer | WithAccounts (CustomerAccounts customerAccounts) |
Customer | WithAddress (Address address) |
Customer | WithCustomFields (Dictionary< string, string > customFields) |
Customer | WithMemo (string comments) |
Customer | CreatedBy (string requestor, string requestorType) |
CreatedBy Method. More... | |
Customer | RetrievedBy (string requestor, string requestorType) |
RetrievedBy Method. More... | |
Customer | UpdatedBy (string requestor, string requestorType) |
UpdatedBy Method. More... | |
Customer | Create (InvocationContext invocation_context, string live_mode=null, string api_end_point=null) |
Create Method. More... | |
Customer | Get (InvocationContext invocation_context, string live_mode=null, string api_end_point=null) |
Get Method. More... | |
Customer | Update (InvocationContext invocation_context, string live_mode=null, string api_end_point=null) |
Update Method. More... | |
IEnumerator< Customer > | GetEnumerator () |
Public Member Functions inherited from Orbipay.PaymentsApi.Client.Wrappers.Base | |
String | GetLiveMode () |
string | GetApiEndPoint () |
void | SetLiveMode (String LiveMode=default(String)) |
void | SetHttpStatusCode (int httpStatusCode) |
InvocationContext | GetInvocationContext () |
int | GetHttpStatusCode () |
void | SetInvocationContext (InvocationContext invocationContext) |
void | Dispose () |
Public Attributes | |
string | FirstName |
The first name of the customer. Either first_name or last_name is required to create a customer. More... | |
string | LastName |
The last name of the customer. Either first_name or last_name is required to create a customer. More... | |
string | MiddleName |
The middle name of the customer. More... | |
string | Gender |
The gender of the customer. More... | |
string | DateOfBirth |
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 |
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 |
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 | |
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 | RegisteredEmail |
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 |
The home phone number of the customer. More... | |
string | WorkPhone |
The work phone number of the customer. More... | |
string | MobilePhone |
The mobile phone number of the customer. More... | |
Address | Address |
Address More... | |
Dictionary< string, string > | CustomFields |
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. comMore... | |
string | CustomerReference |
The unique identifier in the client system for the customer. More... | |
string | Id |
The unique identifier assigned by EBPP to the customer. More... | |
string | Status |
The status of the customer in EBPP. More... | |
string | Url |
This URL fetches the Customer details. More... | |
string | Comments |
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo. More... | |
CustomerAccounts | CustomerAccounts |
CustomerAccounts More... | |
FundingAccounts | FundingAccounts |
FundingAccounts More... | |
Payments | Payments |
Payments More... | |
PaymentSetups | PaymentSetups |
PaymentSetups More... | |
AuditInfo | AuditInfo |
AuditInfo More... | |
string | ID_CUSTOMER |
The unique identifier assigned by EBPP to the customer. More... | |
Public Attributes inherited from Orbipay.PaymentsApi.Client.Wrappers.Base | |
int | HttpStatusCode |
Additional Inherited Members | |
Protected Member Functions inherited from Orbipay.PaymentsApi.Client.Wrappers.Base | |
Base | VideChannel (string channel) |
Base | RequestedBy (string requestor, string requestorType) |
Base | ForClient (string clientKey) |
Base | SetAPIEndpoint (String LiveMode=null, String apiEndPoint=null) |
Base | WithContext (InvocationContext request, String LiveMode=default(String), String apiEndPoint=null) |
Orbipay.PaymentsApi.Client.Wrappers.Customer.Customer | ( | string | iDCUSTOMER = null | ) |
Customer Constructor.
ID_CUSTOMER | The ID_CUSTOMER is of type string |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.Create | ( | InvocationContext | invocation_context, |
string | live_mode = null , |
||
string | api_end_point = null |
||
) |
Create Method.
invocationContext | The invocationContext is of type InvocationContext |
liveMode | The liveMode is of type String |
OrbipayApiException | The only Exception that is thrown in Exceptional case |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.CreatedBy | ( | string | requestor, |
string | requestorType | ||
) |
CreatedBy Method.
Requestor | The Requestor is of type string |
RequestorType | The RequestorType is of type string |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.ForClient | ( | string | clientKey | ) |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.Get | ( | InvocationContext | invocation_context, |
string | live_mode = null , |
||
string | api_end_point = null |
||
) |
Get Method.
invocationContext | The invocationContext is of type InvocationContext |
liveMode | The liveMode is of type String |
OrbipayApiException | The only Exception that is thrown in Exceptional case |
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetComments | ( | ) |
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
CustomerAccounts Orbipay.PaymentsApi.Client.Wrappers.Customer.GetCustomerAccounts | ( | ) |
Gets CustomerAccounts
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetCustomerReference | ( | ) |
The unique identifier in the client system for the customer.
The unique identifier in the client system for the customer.
Dictionary<string, string> Orbipay.PaymentsApi.Client.Wrappers.Customer.GetCustomFields | ( | ) |
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. com
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. com
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetDateOfBirth | ( | ) |
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.Wrappers.Customer.GetEmail | ( | ) |
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.
IEnumerator<Customer> Orbipay.PaymentsApi.Client.Wrappers.Customer.GetEnumerator | ( | ) |
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetFirstName | ( | ) |
The first name of the customer. Either first_name or last_name is required to create a customer.
The first name of the customer. Either first_name or last_name is required to create a customer.
FundingAccounts Orbipay.PaymentsApi.Client.Wrappers.Customer.GetFundingAccounts | ( | ) |
Gets FundingAccounts
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetGender | ( | ) |
The gender of the customer.
The gender of the customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetHomePhone | ( | ) |
The home phone number of the customer.
The home phone number of the customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetId | ( | ) |
The unique identifier assigned by EBPP to the customer.
The unique identifier assigned by EBPP to the customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetID_CUSTOMER | ( | ) |
The unique identifier assigned by EBPP to the customer.
The unique identifier assigned by EBPP to the customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetLastName | ( | ) |
The last name of the customer. Either first_name or last_name is required to create a customer.
The last name of the customer. Either first_name or last_name is required to create a customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetLocale | ( | ) |
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.Wrappers.Customer.GetMiddleName | ( | ) |
The middle name of the customer.
The middle name of the customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetMobilePhone | ( | ) |
The mobile phone number of the customer.
The mobile phone number of the customer.
PaymentSetups Orbipay.PaymentsApi.Client.Wrappers.Customer.GetPaymentSetups | ( | ) |
Gets PaymentSetups
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetRegisteredEmail | ( | ) |
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.Wrappers.Customer.GetSsn | ( | ) |
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.Wrappers.Customer.GetStatus | ( | ) |
The status of the customer in EBPP.
The status of the customer in EBPP.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetUrl | ( | ) |
string Orbipay.PaymentsApi.Client.Wrappers.Customer.GetWorkPhone | ( | ) |
The work phone number of the customer.
The work phone number of the customer.
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.RetrievedBy | ( | string | requestor, |
string | requestorType | ||
) |
RetrievedBy Method.
Requestor | The Requestor is of type string |
RequestorType | The RequestorType is of type string |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.Update | ( | InvocationContext | invocation_context, |
string | live_mode = null , |
||
string | api_end_point = null |
||
) |
Update Method.
invocationContext | The invocationContext is of type InvocationContext |
liveMode | The liveMode is of type String |
OrbipayApiException | The only Exception that is thrown in Exceptional case |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.UpdatedBy | ( | string | requestor, |
string | requestorType | ||
) |
UpdatedBy Method.
Requestor | The Requestor is of type string |
RequestorType | The RequestorType is of type string |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.VideChannel | ( | string | channel | ) |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithAccounts | ( | CustomerAccounts | customerAccounts | ) |
WithAccounts Method.
CustomerAccounts | The CustomerAccounts is of type CustomerAccounts |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithContactInfo | ( | string | email, |
string | homePhone, | ||
string | workPhone, | ||
string | mobilePhone | ||
) |
WithContactInfo Method.
The Email is of type string | |
HomePhone | The HomePhone is of type string |
WorkPhone | The WorkPhone is of type string |
MobilePhone | The MobilePhone is of type string |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithCustomFields | ( | Dictionary< string, string > | customFields | ) |
WithCustomFields Method.
CustomFields | The CustomFields is of type Dictionary<string, string> |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithDetails | ( | string | firstName, |
string | lastName, | ||
string | middleName, | ||
string | dateOfBirth, | ||
string | ssn, | ||
string | gender, | ||
string | registeredEmail | ||
) |
WithDetails Method.
FirstName | The FirstName is of type string |
LastName | The LastName is of type string |
MiddleName | The MiddleName is of type string |
DateOfBirth | The DateOfBirth is of type string |
Ssn | The Ssn is of type string |
Gender | The Gender is of type string |
RegisteredEmail | The RegisteredEmail is of type string |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithLocale | ( | string | locale | ) |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithMemo | ( | string | comments | ) |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithReference | ( | string | customerReference | ) |
WithReference Method.
CustomerReference | The CustomerReference is of type string |
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithStatus | ( | string | status | ) |
string Orbipay.PaymentsApi.Client.Wrappers.Customer.Comments |
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
CustomerAccounts Orbipay.PaymentsApi.Client.Wrappers.Customer.CustomerAccounts |
string Orbipay.PaymentsApi.Client.Wrappers.Customer.CustomerReference |
The unique identifier in the client system for the customer.
The unique identifier in the client system for the customer.
Dictionary<string, string> Orbipay.PaymentsApi.Client.Wrappers.Customer.CustomFields |
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. com
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: suppo"> rt@b iller paym ents. comsuppo</a> for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests. rt@b iller paym ents. com
string Orbipay.PaymentsApi.Client.Wrappers.Customer.DateOfBirth |
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.Wrappers.Customer.Email |
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.Wrappers.Customer.FirstName |
The first name of the customer. Either first_name or last_name is required to create a customer.
The first name of the customer. Either first_name or last_name is required to create a customer.
FundingAccounts Orbipay.PaymentsApi.Client.Wrappers.Customer.FundingAccounts |
string Orbipay.PaymentsApi.Client.Wrappers.Customer.Gender |
The gender of the customer.
The gender of the customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.HomePhone |
The home phone number of the customer.
The home phone number of the customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.Id |
The unique identifier assigned by EBPP to the customer.
The unique identifier assigned by EBPP to the customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.ID_CUSTOMER |
The unique identifier assigned by EBPP to the customer.
The unique identifier assigned by EBPP to the customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.LastName |
The last name of the customer. Either first_name or last_name is required to create a customer.
The last name of the customer. Either first_name or last_name is required to create a customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.Locale |
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.Wrappers.Customer.MiddleName |
The middle name of the customer.
The middle name of the customer.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.MobilePhone |
The mobile phone number of the customer.
The mobile phone number of the customer.
PaymentSetups Orbipay.PaymentsApi.Client.Wrappers.Customer.PaymentSetups |
string Orbipay.PaymentsApi.Client.Wrappers.Customer.RegisteredEmail |
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.Wrappers.Customer.Ssn |
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.Wrappers.Customer.Status |
The status of the customer in EBPP.
The status of the customer in EBPP.
string Orbipay.PaymentsApi.Client.Wrappers.Customer.Url |
string Orbipay.PaymentsApi.Client.Wrappers.Customer.WorkPhone |
The work phone number of the customer.
The work phone number of the customer.