Gets or sets the toll free telephone number of this customer.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string TollFreePhone { get; set; } |
| Visual Basic |
|---|
Public Property TollFreePhone As String Get Set |
| Visual C++ |
|---|
public: property String^ TollFreePhone { String^ get (); void set (String^ value); } |
Field Value
A telephone number for the contact that is toll-free.
Remarks
If DisablePhoneFormatting is not true (i.e., formatting is not turned off),
and the phone number is 10 digits, it will be reformatted to a U.S. convention, such as (XXX) XXX-XXXX.