Skip to content

Commit

Permalink
Merge pull request #78 from recurly/v3-v2019-10-10
Browse files Browse the repository at this point in the history
Latest v2019-10-10 Changes
  • Loading branch information
douglasmiller authored Feb 10, 2020
2 parents 65b6624 + 1bce654 commit aa8fb4d
Show file tree
Hide file tree
Showing 18 changed files with 1,864 additions and 1,495 deletions.
199 changes: 174 additions & 25 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16868,7 +16868,8 @@ <h3 class='regular'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a>&#x3C;<a href="#customfield">CustomField</a>>

</td>
<td class='col-8'></td>
<td class='col-8'>: The custom fields will only be altered when they are included in a request. Sending an empty array will not remove any existing values. To remove a field send the name with a null or empty value.
</td>
</tr>


Expand Down Expand Up @@ -16920,6 +16921,78 @@ <h3 class='regular'>



<tr>
<td class='col-2 strong'>hasActiveSubscription</td>
<td class='col-2 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>

</td>
<td class='col-8'>: Indicates if the account has an active subscription.
</td>
</tr>



<tr>
<td class='col-2 strong'>hasCanceledSubscription</td>
<td class='col-2 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>

</td>
<td class='col-8'>: Indicates if the account has a canceled subscription.
</td>
</tr>



<tr>
<td class='col-2 strong'>hasFutureSubscription</td>
<td class='col-2 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>

</td>
<td class='col-8'>: Indicates if the account has a future subscription.
</td>
</tr>



<tr>
<td class='col-2 strong'>hasLiveSubscription</td>
<td class='col-2 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>

</td>
<td class='col-8'>: Indicates if the account has a subscription that is either active, canceled, future, or paused.
</td>
</tr>



<tr>
<td class='col-2 strong'>hasPastDueInvoice</td>
<td class='col-2 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>

</td>
<td class='col-8'>: Indicates if the account has a past due invoice.
</td>
</tr>



<tr>
<td class='col-2 strong'>hasPausedSubscription</td>
<td class='col-2 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>

</td>
<td class='col-8'>: Indicates if the account has a paused subscription.
</td>
</tr>



<tr>
<td class='col-2 strong'>hostedLoginToken</td>
<td class='col-2 quiet'>
Expand Down Expand Up @@ -17189,7 +17262,8 @@ <h3 class='regular'>
<a href="#accountmini">AccountMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Account mini details
</td>
</tr>


Expand Down Expand Up @@ -17224,7 +17298,8 @@ <h3 class='regular'>
<a href="#accountacquisitioncost">AccountAcquisitionCost</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Account balance
</td>
</tr>


Expand Down Expand Up @@ -17548,7 +17623,8 @@ <h3 class='regular'>
<a href="#accountmini">AccountMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Account mini details
</td>
</tr>


Expand Down Expand Up @@ -19679,7 +19755,16 @@ <h3 class='regular'>
<a href="#coupondiscount">CouponDiscount</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Details of the discount a coupon applies. Will contain a
<code>type</code>
property and one of the following properties:
<code>percent</code>
,
<code>fixed</code>
,
<code>trial</code>
.
</td>
</tr>


Expand Down Expand Up @@ -20561,7 +20646,16 @@ <h3 class='regular'>
<a href="#coupondiscount">CouponDiscount</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Details of the discount a coupon applies. Will contain a
<code>type</code>
property and one of the following properties:
<code>percent</code>
,
<code>fixed</code>
,
<code>trial</code>
.
</td>
</tr>


Expand Down Expand Up @@ -21173,7 +21267,8 @@ <h3 class='regular'>
<a href="#accountmini">AccountMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Account mini details
</td>
</tr>


Expand Down Expand Up @@ -21208,7 +21303,8 @@ <h3 class='regular'>
<a href="#invoicemini">InvoiceMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Invoice mini details
</td>
</tr>


Expand Down Expand Up @@ -21281,7 +21377,8 @@ <h3 class='regular'>
<a href="#invoicemini">InvoiceMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Invoice mini details
</td>
</tr>


Expand Down Expand Up @@ -22301,7 +22398,8 @@ <h3 class='regular'>
<a href="#accountmini">AccountMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Account mini details
</td>
</tr>


Expand Down Expand Up @@ -22609,7 +22707,8 @@ <h3 class='regular'>
<a href="#taxinfo">TaxInfo</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Tax info
</td>
</tr>


Expand Down Expand Up @@ -23439,7 +23538,8 @@ <h3 class='regular'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a>&#x3C;<a href="#customfield">CustomField</a>>

</td>
<td class='col-8'></td>
<td class='col-8'>: The custom fields will only be altered when they are included in a request. Sending an empty array will not remove any existing values. To remove a field send the name with a null or empty value.
</td>
</tr>


Expand Down Expand Up @@ -23706,7 +23806,8 @@ <h3 class='regular'>
<a href="#accountmini">AccountMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Account mini details
</td>
</tr>


Expand Down Expand Up @@ -23845,6 +23946,18 @@ <h3 class='regular'>



<tr>
<td class='col-2 strong'>externalSku</td>
<td class='col-2 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>

</td>
<td class='col-8'>: Optional Stock Keeping Unit assigned to an item, when the Catalog feature is enabled.
</td>
</tr>



<tr>
<td class='col-2 strong'>id</td>
<td class='col-2 quiet'>
Expand Down Expand Up @@ -24177,7 +24290,8 @@ <h3 class='regular'>
<a href="#taxinfo">TaxInfo</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Tax info
</td>
</tr>


Expand Down Expand Up @@ -24594,6 +24708,30 @@ <h3 class='regular'>



<tr>
<td class='col-2 strong'>gatewayCode</td>
<td class='col-2 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>

</td>
<td class='col-8'>: An identifier for a specific payment gateway.
</td>
</tr>



<tr>
<td class='col-2 strong'>gatewayToken</td>
<td class='col-2 quiet'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>

</td>
<td class='col-8'>: A token used in place of a credit card in order to perform transactions.
</td>
</tr>



<tr>
<td class='col-2 strong'>lastFour</td>
<td class='col-2 quiet'>
Expand Down Expand Up @@ -26883,7 +27021,8 @@ <h3 class='regular'>
<a href="#accountmini">AccountMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Account mini details
</td>
</tr>


Expand Down Expand Up @@ -27066,7 +27205,8 @@ <h3 class='regular'>
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a>&#x3C;<a href="#customfield">CustomField</a>>

</td>
<td class='col-8'></td>
<td class='col-8'>: The custom fields will only be altered when they are included in a request. Sending an empty array will not remove any existing values. To remove a field send the name with a null or empty value.
</td>
</tr>


Expand Down Expand Up @@ -27161,7 +27301,8 @@ <h3 class='regular'>
<a href="#subscriptionchange">SubscriptionChange</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Subscription Change
</td>
</tr>


Expand All @@ -27172,7 +27313,8 @@ <h3 class='regular'>
<a href="#planmini">PlanMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Just the important parts.
</td>
</tr>


Expand Down Expand Up @@ -27249,7 +27391,8 @@ <h3 class='regular'>
<a href="#subscriptionshipping">SubscriptionShipping</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Subscription shipping details
</td>
</tr>


Expand Down Expand Up @@ -27487,7 +27630,8 @@ <h3 class='regular'>
<a href="#addonmini">AddOnMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Just the important parts.
</td>
</tr>


Expand Down Expand Up @@ -27795,7 +27939,8 @@ <h3 class='regular'>
<a href="#planmini">PlanMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Just the important parts.
</td>
</tr>


Expand All @@ -27818,7 +27963,8 @@ <h3 class='regular'>
<a href="#subscriptionshipping">SubscriptionShipping</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Subscription shipping details
</td>
</tr>


Expand Down Expand Up @@ -28292,7 +28438,8 @@ <h3 class='regular'>
<a href="#accountmini">AccountMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Account mini details
</td>
</tr>


Expand Down Expand Up @@ -28510,7 +28657,8 @@ <h3 class='regular'>
<a href="#invoicemini">InvoiceMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Invoice mini details
</td>
</tr>


Expand Down Expand Up @@ -28725,7 +28873,8 @@ <h3 class='regular'>
<a href="#invoicemini">InvoiceMini</a>

</td>
<td class='col-8'></td>
<td class='col-8'>: Invoice mini details
</td>
</tr>


Expand Down
Loading

0 comments on commit aa8fb4d

Please sign in to comment.