View source: R/ses_operations.R
ses_set_receipt_rule_position | R Documentation |
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.
ses_set_receipt_rule_position(RuleSetName, RuleName, After = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.