GdprConfiguration Data Type

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

Example

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