openapi/api.yaml in recurly-3.19.0 vs openapi/api.yaml in recurly-3.20.0

- old
+ new

@@ -15424,15 +15424,17 @@ - it-IT - ja-JP - ko-KR - nl-BE - nl-NL + - pl-PL - pt-BR - pt-PT - ro-RO - ru-RU - sk-SK + - sv-SE - tr-TR - zh-CN cc_emails: type: string description: Additional email address that should receive account correspondence. @@ -15554,15 +15556,17 @@ - it-IT - ja-JP - ko-KR - nl-BE - nl-NL + - pl-PL - pt-BR - pt-PT - ro-RO - ru-RU - sk-SK + - sv-SE - tr-TR - zh-CN cc_emails: type: string description: Additional email address that should receive account correspondence. @@ -15712,10 +15716,16 @@ amount: type: number format: float title: Amount description: Total amount the account is past due. + processing_prepayment_amount: + type: number + format: float + title: Amount + description: Total amount for the prepayment credit invoices in a `processing` + state on the account. InvoiceAddress: allOf: - "$ref": "#/components/schemas/Address" type: object properties: @@ -19125,13 +19135,12 @@ maximum: 1000000 tax_inclusive: type: boolean title: Tax Inclusive? default: false - description: Determines whether or not tax is included in the unit amount. - The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing - feature) must be enabled to use this flag. + description: This field is deprecated. Please do not use it. + deprecated: true PlanUpdate: type: object properties: id: type: string @@ -19292,13 +19301,12 @@ maximum: 1000000 tax_inclusive: type: boolean title: Tax Inclusive? default: false - description: Determines whether or not tax is included in the unit amount. - The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing - feature) must be enabled to use this flag. + description: This field is deprecated. Please do not use it. + deprecated: true required: - currency - unit_amount Pricing: type: object @@ -19316,13 +19324,12 @@ maximum: 1000000 tax_inclusive: type: boolean title: Tax Inclusive? default: false - description: Determines whether or not tax is included in the unit amount. - The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing - feature) must be enabled to use this flag. + description: This field is deprecated. Please do not use it. + deprecated: true required: - currency - unit_amount Tier: type: object @@ -20287,13 +20294,12 @@ title: Unit amount tax_inclusive: type: boolean title: Tax Inclusive? default: false - description: Determines whether or not tax is included in the unit amount. - The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing - feature) must be enabled to use this flag. + description: This field is deprecated. Please do not use it. + deprecated: true quantity: type: integer title: Subscription quantity shipping: "$ref": "#/components/schemas/SubscriptionShipping" @@ -20399,13 +20405,12 @@ maximum: 1000000 tax_inclusive: type: boolean title: Tax Inclusive? default: false - description: Determines whether or not tax is included in the unit amount. - The Tax Inclusive Pricing feature (separate from the Mixed Tax Pricing - feature) must be enabled to use this flag. + description: This field is deprecated. Please do not use it. + deprecated: true quantity: type: integer title: Quantity description: Optionally override the default quantity of 1. default: 1 @@ -20860,12 +20865,10 @@ default: 0 tax_inclusive: type: boolean title: Tax Inclusive? default: false - description: This field is deprecated. Do not use it anymore to update a - subscription's tax inclusivity. Use the POST subscription change route - instead. + description: This field is deprecated. Please do not use it. deprecated: true shipping: "$ref": "#/components/schemas/SubscriptionShippingUpdate" billing_info_id: type: string