openapi/api.yaml in recurly-4.3.0 vs openapi/api.yaml in recurly-4.4.0
- old
+ new
@@ -17227,11 +17227,12 @@
description: Total discounts applied to this invoice.
subtotal:
type: number
format: float
title: Subtotal
- description: The summation of charges, discounts, and credits, before tax.
+ description: The summation of charges and credits, before discounts and
+ taxes.
tax:
type: number
format: float
title: Tax
description: The total tax on this invoice.
@@ -19594,9 +19595,21 @@
deleted_at:
type: string
format: date-time
title: Deleted at
readOnly: true
+ billing_info:
+ "$ref": "#/components/schemas/SubscriptionChangeBillingInfo"
+ SubscriptionChangeBillingInfo:
+ type: object
+ description: Accept nested attributes for three_d_secure_action_result_token_id
+ properties:
+ three_d_secure_action_result_token_id:
+ type: string
+ title: 3-D Secure action result token ID
+ description: A token generated by Recurly.js after completing a 3-D Secure
+ device fingerprinting or authentication challenge.
+ maxLength: 22
SubscriptionChangeCreate:
type: object
properties:
timeframe:
title: Timeframe