Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 973 Bytes

File metadata and controls

23 lines (12 loc) · 973 Bytes

DeleteLoyaltyTransactionsRequest

Request to delete transactions based on the specified scope.

Properties

Name Type Description Notes
scope ScopeEnum `AllSubledgers` deletes all transactions for the specified customer profile from all ledgers in the loyalty program. `SelectedSubledgers` deletes all transactions for the specified customer profile only from the given ledgers in the loyalty program.
subledgerIds List<String> The IDs of the ledgers from which to delete the customer's transactions. This parameter is required if the `scope` is set to `SelectedSubledgers`. To specify the main ledger, provide an empty string (&quot;&quot;). [optional]

Enum: ScopeEnum

Name Value
ALLSUBLEDGERS "AllSubledgers"
SELECTEDSUBLEDGERS "SelectedSubledgers"