Try our conversational search powered by Generative AI!

Enum SensitiveDataPersistance

Defines way the sensitive data is persisted in the order system. The examples of sensitive data are credit card numbers and PIN codes.

Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public enum SensitiveDataPersistance

Fields

Name Description
DoNotPersist

The sensitive data will be removed as soon as transaction is completed.

Encrypted

Full data will be persisted in encrypted format.

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.

Extension Methods