ClientDetails Type
Information about the sender.
Remarks
This type contains information about the sender. If specified, the DeviceId and IPAddress must be set. All other fields are optional.
Fields
| |
Application String |
Your application's identification.
For example, the name of your application. This field is optional.
|
CustomerId String |
Your identification for this sender.
This field is optional.
|
CustomerType String |
Your identification of the type of customer.
This field is optional.
|
DeviceId String |
Sender's device Id.
For example, a mobile device's IMEI number or a web browser cookie. If a device Id was passed
with the pay request, use the same Id here.
|
GeoLocation String |
Sender's geographic location.
This field is optional.
|
IPAddress String |
Sender's IP address.
If an IP address was passed with the pay request, use the same Id here.
|
Model String |
A sub-identification of the application.
This field is optional.
|
PartnerName String |
Your organization's name or Id.
This field is optional.
|
Constructors
[VB.NET]
Public ClientDetails()
[C#]
public ClientDetails();