openapi/api.yaml in recurly-3.25.0 vs openapi/api.yaml in recurly-3.26.0
- old
+ new
@@ -222,12 +222,12 @@
tags:
- name: site
x-displayName: Site
- name: custom_field_definition
x-displayName: Custom Field Definition
- description: Describes the fields that can use used as custom fields on accounts
- or subscriptions.
+ description: Describes the fields that can be used as custom fields on accounts,
+ items, line-items (one time charges), plans, or subscriptions.
- name: item
x-displayName: Item
description: |-
For merchants who sell the same things to many customers, documenting those offerings in a catalog allows for faster charge creation, easier management of offerings, and analytics about your offerings across all sales channels. Because your offerings can be physical, digital, or service-oriented, Recurly collectively calls these offerings "Items".
@@ -15559,11 +15559,13 @@
- en-US
- es-ES
- es-MX
- es-US
- fi-FI
+ - fr-BE
- fr-CA
+ - fr-CH
- fr-FR
- hi-IN
- it-IT
- ja-JP
- ko-KR
@@ -15696,11 +15698,13 @@
- en-US
- es-ES
- es-MX
- es-US
- fi-FI
+ - fr-BE
- fr-CA
+ - fr-CH
- fr-FR
- hi-IN
- it-IT
- ja-JP
- ko-KR
@@ -16617,10 +16621,13 @@
cvv:
type: string
title: Security code or CVV
description: "*STRONGLY RECOMMENDED*"
maxLength: 4
+ currency:
+ type: string
+ description: 3-letter ISO 4217 currency code.
vat_number:
type: string
title: VAT number
ip_address:
type: string
@@ -17466,14 +17473,16 @@
The access control applied inside Recurly's admin UI:
- `api_only` - No one will be able to view or edit this field's data via the admin UI.
- `read_only` - Users with the Customers role will be able to view this field's data via the admin UI, but
editing will only be available via the API.
- `write` - Users with the Customers role will be able to view and edit this field's data via the admin UI.
+ - `set_only` - Users with the Customers role will be able to set this field's data via the admin console.
enum:
- api_only
- read_only
- write
+ - set_only
display_name:
type: string
title: Display name
description: Used to label the field when viewing and editing the field
in Recurly's admin UI.
@@ -17964,9 +17973,16 @@
format: float
title: Balance
description: The outstanding balance remaining on this invoice.
tax_info:
"$ref": "#/components/schemas/TaxInfo"
+ used_tax_service:
+ type: boolean
+ title: Used Tax Service?
+ description: Will be `true` when the invoice had a successful response from
+ the tax service and `false` when the invoice was not sent to tax service
+ due to a lack of address or enabled jurisdiction or was processed without
+ tax due to a non-blocking error returned from the tax service.
vat_number:
type: string
title: VAT number
description: VAT registration number for the customer on this invoice. This
will come from the VAT Number field in the Billing Info or the Account