From 04295dfa935f5fc395b500d744cd146959c100ae Mon Sep 17 00:00:00 2001 From: DX Codefresh Date: Tue, 10 Aug 2021 22:31:00 +0000 Subject: [PATCH] Generated Latest Changes for v2021-02-25 --- openapi/api.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openapi/api.yaml b/openapi/api.yaml index 3f45e047..e3437766 100644 --- a/openapi/api.yaml +++ b/openapi/api.yaml @@ -19618,6 +19618,9 @@ components: description: A token generated by Recurly.js after completing a 3-D Secure device fingerprinting or authentication challenge. maxLength: 22 + SubscriptionChangeBillingInfoCreate: + allOf: + - "$ref": "#/components/schemas/SubscriptionChangeBillingInfo" SubscriptionChangeCreate: type: object properties: @@ -19722,6 +19725,8 @@ components: created by this request. Supports 'moto' value, which is the acronym for mail order and telephone transactions. "$ref": "#/components/schemas/GatewayTransactionTypeEnum" + billing_info: + "$ref": "#/components/schemas/SubscriptionChangeBillingInfoCreate" SubscriptionChangeShippingCreate: type: object title: Shipping details that will be changed on a subscription