GdprConfiguration Data Type

Implemented Interfaces
Serializable
Properties
name data type description
deleteAccounting boolean
aoCheckUnpaidLife number
deleteOrder boolean
inactiveOrderLife number
deleteInvoice boolean
id number
inactiveSubscriptionLife number
deleteMailingLife boolean
accountingLife number
deleteAoCheckUnpaidLife boolean
customerProspectLife number
transient boolean
deleteSubscription boolean
version number
invoiceLife number
mailingLife number
deleteCustomerProspect boolean

Example

{
  "deleteAccounting" : true,
  "aoCheckUnpaidLife" : 12345,
  "deleteOrder" : true,
  "inactiveOrderLife" : 12345,
  "deleteInvoice" : true,
  "id" : 12345,
  "inactiveSubscriptionLife" : 12345,
  "deleteMailingLife" : true,
  "accountingLife" : 12345,
  "deleteAoCheckUnpaidLife" : true,
  "customerProspectLife" : 12345,
  "transient" : true,
  "deleteSubscription" : true,
  "version" : 12345,
  "invoiceLife" : 12345,
  "mailingLife" : 12345,
  "deleteCustomerProspect" : true
}