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.3.0
Syntax
| C# |
|---|
public string CreditCardExpirationEncrypted { get; } |
| Visual Basic |
|---|
Public ReadOnly Property CreditCardExpirationEncrypted As String Get |
| 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.