Learn R Programming

paws.customer.engagement (version 0.8.0)

ses_set_receipt_rule_position: Sets the position of the specified receipt rule in the receipt rule set

Description

Sets the position of the specified receipt rule in the receipt rule set.

See https://www.paws-r-sdk.com/docs/ses_set_receipt_rule_position/ for full documentation.

Usage

ses_set_receipt_rule_position(RuleSetName, RuleName, After = NULL)

Arguments

RuleSetName

[required] The name of the receipt rule set that contains the receipt rule to reposition.

RuleName

[required] The name of the receipt rule to reposition.

After

The name of the receipt rule after which to place the specified receipt rule.