Gets the credit card expiration date associated with the payment after it has been encrypted.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string CreditCardExpirationEncrypted { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CreditCardExpirationEncrypted As String |
| Visual C++ |
|---|
public: property String^ CreditCardExpirationEncrypted { String^ get (); } |
Field Value
The value set in the CreditCardExpiration property, but encrypted.
Remarks
This value is only available after the CreditCardExpiration property
has been set.