Class SensitiveDataPersistance
Defines way the sensitive data is persisted in the order system. The examples of sensitive data are credit card numbers and PIN codes.
Inheritance
System.Object
SensitiveDataPersistance
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public sealed class SensitiveDataPersistance : Enum
Fields
DoNotPersist
The sensitive data will be removed as soon as transaction is completed.
Declaration
public const SensitiveDataPersistance DoNotPersist
Field Value
Type | Description |
---|---|
SensitiveDataPersistance |
Encrypted
Full data will be persisted in encrypted format.
Declaration
public const SensitiveDataPersistance Encrypted
Field Value
Type | Description |
---|---|
SensitiveDataPersistance |
Partial
Only parts of the data will be persisted. For example last 4 digits of the credit card number. Data will be encrypted when payment plans are created.
Declaration
public const SensitiveDataPersistance Partial
Field Value
Type | Description |
---|---|
SensitiveDataPersistance |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |