You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The two character code for states in the United States. Other countries may call this a province. When a two character code isn't available, use the full region name. */
/** The two character code for states in the United States. Other countries may call this a province. When a two character code isn't available, use the full region name. */
/** The template text of your receipt email subject. */
22
+
subject: string;
21
23
/** The description of your email template. */
22
24
description: string;
23
25
/** The content of your html email template. Leave blank to use the default responsive template. You can set the content directly or set the `content_html_url` to point to your template content online and then POST to the `cache` link relationship. */
/** A comma separated list of numbers. Each number represents the number of days after the initial failure that a reattempt should be made. For example, a setting of `1, 3, 5, 15, 30` would direct FoxyCart to attempt to collect the past-due amount on the 1st, 3rd, 5th, and 15th days after the initial transaction. */
24
24
reattempt_schedule: string;
25
25
/** Used in conjunction with the "bypass strings" below, this setting determines whether Foxy should reattempt the subscription charge if the transaction's previous error string does or doesn't contain specific text. */
/** A comma separated list of strings containing text strings that should prevent or allow (based on the above setting) a rebilling attempt. For example, setting the logic to "skip if the string is present" with a value for the "strings" field of `Code: 8, Code: 37` would instruct FoxyCart to not initiate the rebilling process if the last error contained either `Code: 8` or `Code: 37`, but to attempt the rebilling in all other cases. */
28
28
reattempt_bypass_strings: string;
29
29
/** Enter a comma separated list of numbers. Each number represents the number of days until the payment card expires that an email notification should be sent to the customer. This only happens for customers with active subscriptions. For example, if you put in 20,15,5, 20 days before the end of the month, customers with payment cards that will expire that month will receive an email. Same with 15 days and 5 days before the end of the month. */
/** The two character code for states in the United States. Other countries may call this a province. When a two character code isn't available, use the full region name. */
/** The two character code for states in the United States. Other countries may call this a province. When a two character code isn't available, use the full region name. */
0 commit comments