forked from blacklightcms/recurly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplan.xml
32 lines (32 loc) · 1.35 KB
/
plan.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<plan href="https://your-subdomain.recurly.com/v2/plans/gold">
<add_ons href="https://your-subdomain.recurly.com/v2/plans/gold/add_ons" />
<plan_code>gold</plan_code>
<name>Gold plan</name>
<description nil="nil" />
<success_url nil="nil" />
<cancel_url nil="nil" />
<display_donation_amounts type="boolean">false</display_donation_amounts>
<display_quantity type="boolean">false</display_quantity>
<display_phone_number type="boolean">false</display_phone_number>
<bypass_hosted_confirmation type="boolean">false</bypass_hosted_confirmation>
<unit_name>unit</unit_name>
<payment_page_tos_link nil="nil" />
<plan_interval_length type="integer">1</plan_interval_length>
<plan_interval_unit>months</plan_interval_unit>
<trial_interval_length type="integer">0</trial_interval_length>
<trial_interval_unit>days</trial_interval_unit>
<total_billing_cycles nil="nil" />
<accounting_code nil="nil" />
<created_at type="datetime">2015-05-29T17:38:15Z</created_at>
<tax_exempt type="boolean">false</tax_exempt>
<tax_code nil="nil" />
<unit_amount_in_cents>
<USD type="integer">6000</USD>
<EUR type="integer">4500</EUR>
</unit_amount_in_cents>
<setup_fee_in_cents>
<USD type="integer">1000</USD>
<EUR type="integer">800</EUR>
</setup_fee_in_cents>
</plan>