From 803c52b79175c321139a5e730725b3ac081247e4 Mon Sep 17 00:00:00 2001 From: DX Codefresh Date: Tue, 10 Aug 2021 21:48:26 +0000 Subject: [PATCH] Generated Latest Changes for v2019-10-10 --- lib/recurly.d.ts | 9 +++++++++ openapi/api.yaml | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/lib/recurly.d.ts b/lib/recurly.d.ts index 97310dfb..82767fe6 100644 --- a/lib/recurly.d.ts +++ b/lib/recurly.d.ts @@ -4443,6 +4443,7 @@ export interface SubscriptionChangeCreate { * 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. */ transactionType?: string | null; + billingInfo?: SubscriptionChangeBillingInfoCreate | null; } @@ -4498,6 +4499,14 @@ export interface SubscriptionAddOnUpdate { } +export interface SubscriptionChangeBillingInfoCreate { + /** + * A token generated by Recurly.js after completing a 3-D Secure device fingerprinting or authentication challenge. + */ + threeDSecureActionResultTokenId?: string | null; + +} + export interface UsageCreate { /** * Custom field for recording the id in your own system associated with the usage, so you can provide auditable usage displays to your customers using a GET on this endpoint. diff --git a/openapi/api.yaml b/openapi/api.yaml index eed82c37..c1c26078 100644 --- a/openapi/api.yaml +++ b/openapi/api.yaml @@ -20071,6 +20071,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: @@ -20189,6 +20192,8 @@ components: mail order and telephone transactions. enum: - moto + billing_info: + "$ref": "#/components/schemas/SubscriptionChangeBillingInfoCreate" SubscriptionChangePreview: type: object allOf: @@ -21571,6 +21576,7 @@ components: - invalid_data - invalid_email - invalid_gateway_configuration + - invalid_gateway_access_token - invalid_issuer - invalid_login - invalid_merchant_type