[This is preliminary documentation and is subject to change.]
The third four digits of the credit card.
Namespace:
OfficeClip.BusinessLayer.Account
Assembly:
OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string CardNumber3 { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property CardNumber3 As String |
Visual C++ |
---|
public: property String^ CardNumber3 { String^ get (); } |