-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BILL-111] adds vertex_transaction_type to plan
- Loading branch information
1 parent
a5c20c6
commit bcf4d4b
Showing
4 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
HTTP/1.1 200 OK | ||
Content-Type: application/xml; charset=utf-8 | ||
|
||
<?xml version="1.0" encoding="UTF-8"?> | ||
<plan href="https://api.recurly.com/v2/plans/silver"> | ||
<add_ons href="https://api.recurly.com/v2/plans/silver/add_ons"/> | ||
<plan_code>silver</plan_code> | ||
<name>Silver Plan</name> | ||
<description>Silver is everything but gold</description> | ||
<success_url>http://example.com/api100_success</success_url> | ||
<cancel_url>http://example.com/api100_cancel</cancel_url> | ||
<display_donation_amounts type="boolean">false</display_donation_amounts> | ||
<display_quantity type="boolean">true</display_quantity> | ||
<display_phone_number type="boolean">false</display_phone_number> | ||
<bypass_hosted_confirmation type="boolean">true</bypass_hosted_confirmation> | ||
<unit_name>wid99gets</unit_name> | ||
<payment_page_tos_link>http://example.com/terms-of-service</payment_page_tos_link> | ||
<plan_interval_length type="integer">100</plan_interval_length> | ||
<plan_interval_unit>months</plan_interval_unit> | ||
<trial_interval_length type="integer">15</trial_interval_length> | ||
<trial_interval_unit>days</trial_interval_unit> | ||
<total_billing_cycles type="integer">6</total_billing_cycles> | ||
<accounting_code nil="nil"></accounting_code> | ||
<dunning_campaign_id>1234abcd</dunning_campaign_id> | ||
<liability_gl_account_id>twrbsq39zvo5</liability_gl_account_id> | ||
<revenue_gl_account_id>bwrks63lznoi</revenue_gl_account_id> | ||
<performance_obligation_id>rkslzn</performance_obligation_id> | ||
<setup_fee_liability_gl_account_id>twrisqjjzvo5</setup_fee_liability_gl_account_id> | ||
<setup_fee_revenue_gl_account_id>dlrk123lzabc</setup_fee_revenue_gl_account_id> | ||
<setup_fee_performance_obligation_id>bks6noi</setup_fee_performance_obligation_id> | ||
<created_at type="datetime">2011-04-19T07:00:00Z</created_at> | ||
<vertex_transaction_type>rental</vertex_transaction_type> | ||
<unit_amount_in_cents> | ||
<USD type="integer">1000</USD> | ||
<EUR type="integer">800</EUR> | ||
</unit_amount_in_cents> | ||
<setup_fee_in_cents> | ||
<USD type="integer">500</USD> | ||
<EUR type="integer">400</EUR> | ||
</setup_fee_in_cents> | ||
</plan> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters