openapi/api.yaml in recurly-4.31.0 vs openapi/api.yaml in recurly-4.32.0

- old
+ new

@@ -17602,10 +17602,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 @@ -23087,12 +23090,12 @@ description: An identifier which associates the external invoice to a corresponding object in an external platform. state: "$ref": "#/components/schemas/ExternalInvoiceStateEnum" total: - type: number - format: float + type: string + format: decimal title: Total currency: type: string title: Currency description: 3-letter ISO 4217 currency code. @@ -23148,11 +23151,11 @@ currency: type: string title: Currency description: 3-letter ISO 4217 currency code. unit_amount: - type: number - format: float + type: string + format: decimal title: Unit Amount quantity: type: integer description: type: string