openapi/api.yaml in recurly-4.5.0 vs openapi/api.yaml in recurly-4.6.0
- old
+ new
@@ -19616,10 +19616,13 @@
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
+ SubscriptionChangeBillingInfoCreate:
+ allOf:
+ - "$ref": "#/components/schemas/SubscriptionChangeBillingInfo"
SubscriptionChangeCreate:
type: object
properties:
timeframe:
title: Timeframe
@@ -19720,9 +19723,11 @@
transaction_type:
description: An optional type designation for the payment gateway transaction
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
description: The shipping address can currently only be changed immediately,
using SubscriptionUpdate.