My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Wrappers.Customer Class Reference
Inheritance diagram for Orbipay.PaymentsApi.Client.Wrappers.Customer:
Orbipay.PaymentsApi.Client.Wrappers.Base

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 &#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> 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. More...
 
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< CustomerGetEnumerator ()
 
- 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 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. 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 &#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> 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. More...
 
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)
 

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Wrappers.Customer.Customer ( string  iDCUSTOMER = null)

Customer Constructor.

Parameters
ID_CUSTOMERThe ID_CUSTOMER is of type string

Member Function Documentation

Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.Create ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

Create Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.CreatedBy ( string  requestor,
string  requestorType 
)

CreatedBy Method.

Parameters
RequestorThe Requestor is of type string
RequestorTypeThe RequestorType is of type string
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.ForClient ( string  clientKey)

ForClient Method.

Parameters
ClientKeyThe ClientKey is of type string
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.Get ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

Get Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
Customer
Address Orbipay.PaymentsApi.Client.Wrappers.Customer.GetAddress ( )

Gets Address

AuditInfo Orbipay.PaymentsApi.Client.Wrappers.Customer.GetAuditInfo ( )

Gets AuditInfo

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 ( )
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 &#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> 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.

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 &#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> 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.

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 ( )
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.

Payments Orbipay.PaymentsApi.Client.Wrappers.Customer.GetPayments ( )

Gets Payments

PaymentSetups Orbipay.PaymentsApi.Client.Wrappers.Customer.GetPaymentSetups ( )
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 ( )

This URL fetches the Customer details.

This URL fetches the Customer details.

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.

Parameters
RequestorThe Requestor is of type string
RequestorTypeThe RequestorType is of type string
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.Update ( InvocationContext  invocation_context,
string  live_mode = null,
string  api_end_point = null 
)

Update Method.

Parameters
invocationContextThe invocationContext is of type InvocationContext
liveModeThe liveMode is of type String
Exceptions
OrbipayApiExceptionThe only Exception that is thrown in Exceptional case
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.UpdatedBy ( string  requestor,
string  requestorType 
)

UpdatedBy Method.

Parameters
RequestorThe Requestor is of type string
RequestorTypeThe RequestorType is of type string
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.VideChannel ( string  channel)

VideChannel Method.

Parameters
ChannelThe Channel is of type string
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithAccounts ( CustomerAccounts  customerAccounts)

WithAccounts Method.

Parameters
CustomerAccountsThe CustomerAccounts is of type CustomerAccounts
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithAddress ( Address  address)

WithAddress Method.

Parameters
AddressThe Address is of type Address
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithContactInfo ( string  email,
string  homePhone,
string  workPhone,
string  mobilePhone 
)

WithContactInfo Method.

Parameters
EmailThe Email is of type string
HomePhoneThe HomePhone is of type string
WorkPhoneThe WorkPhone is of type string
MobilePhoneThe MobilePhone is of type string
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithCustomFields ( Dictionary< string, string >  customFields)

WithCustomFields Method.

Parameters
CustomFieldsThe CustomFields is of type Dictionary<string, string>
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithDetails ( string  firstName,
string  lastName,
string  middleName,
string  dateOfBirth,
string  ssn,
string  gender,
string  registeredEmail 
)

WithDetails Method.

Parameters
FirstNameThe FirstName is of type string
LastNameThe LastName is of type string
MiddleNameThe MiddleName is of type string
DateOfBirthThe DateOfBirth is of type string
SsnThe Ssn is of type string
GenderThe Gender is of type string
RegisteredEmailThe RegisteredEmail is of type string
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithLocale ( string  locale)

WithLocale Method.

Parameters
LocaleThe Locale is of type string
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithMemo ( string  comments)

WithMemo Method.

Parameters
CommentsThe Comments is of type string
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithReference ( string  customerReference)

WithReference Method.

Parameters
CustomerReferenceThe CustomerReference is of type string
Returns
Customer
Customer Orbipay.PaymentsApi.Client.Wrappers.Customer.WithStatus ( string  status)

WithStatus Method.

Parameters
StatusThe Status is of type string
Returns
Customer

Member Data Documentation

Address Orbipay.PaymentsApi.Client.Wrappers.Customer.Address
AuditInfo Orbipay.PaymentsApi.Client.Wrappers.Customer.AuditInfo
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 &#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> 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.

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 &#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> 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.

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.

Payments Orbipay.PaymentsApi.Client.Wrappers.Customer.Payments
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

This URL fetches the Customer details.

This URL fetches the Customer details.

string Orbipay.PaymentsApi.Client.Wrappers.Customer.WorkPhone

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: