Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove spend management content #261

Merged
merged 3 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions select/offers.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ fileName:offer.json
"returnPeriod": 15,
"schemes": ["amex", "mastercard", "visa"],
"startDate": "2020-06-30T00:00:00",
"automatedReimbursement": {
"enabled": true,
"description": "Reimbursement",
},
"supplier": null,
"type": {
"name": "discount",
Expand Down Expand Up @@ -550,13 +546,6 @@ fileName:offer.json
</dt>
<dd>Contains an <code>id</code> property, with the unique identifier for the account that supplies the Offer. Also contains a <em>string</em> <code>type</code> property, for the type of account that supplies the Offer. The type can have one of the values <code>"merchant" | "card-linking" | "affiliate"</code>. Defaluts to <code>null</code>.</dd>
</div>
<div>
<dt>
<span><code>automatedReimbursement</code></span>
<em>object</em>
</dt>
<dd>This object requires an Account with the Reimbursement product enabled. Has an <code>enabled</code> <em>boolean</em> property, showing if the Automated Reimbursement is active or not. If the <code>enabled</code> flag is set to true, any valid transaction with this Offer will automatically reimburse. This object also contains a <code>description</code>, which is sent to the Reimbursement to facilitate tracking. You can read more about Offers with Automated Reimbursement below.</dd>
</div>
<div>
<dt>
<span><code>type</code></span>
Expand Down
Loading