CustomerId Property
Contains a merchant-assigned number to identify the customer.
Syntax
[VB.NET] Public Property CustomerId As String
[C#] public string CustomerId {get; set;}
Remarks
This property may contain a unique number that identifies a specific customer. The merchant defines and assigns this number to their customer. It may be up to 24 alphanumeric characters in length.
Default Value
""