From ded9b23054e9ab0dc3d5db86de0509d1663b1592 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Fri, 2 Oct 2020 15:34:28 -0700 Subject: [PATCH] Codegen for openapi 418898b --- types/2020-08-27/Accounts.d.ts | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/types/2020-08-27/Accounts.d.ts b/types/2020-08-27/Accounts.d.ts index b9d9537ada..103095c9b7 100644 --- a/types/2020-08-27/Accounts.d.ts +++ b/types/2020-08-27/Accounts.d.ts @@ -727,17 +727,22 @@ declare module 'stripe' { interface TosAcceptance { /** - * The Unix timestamp marking when the Stripe Services Agreement was accepted by the account representative + * The Unix timestamp marking when the account representative accepted their service agreement */ date?: number | null; /** - * The IP address from which the Stripe Services Agreement was accepted by the account representative + * The IP address from which the account representative accepted their service agreement */ ip?: string | null; /** - * The user agent of the browser from which the Stripe Services Agreement was accepted by the account representative + * The user's service agreement type + */ + service_agreement?: string; + + /** + * The user agent of the browser from which the account representative accepted their service agreement */ user_agent?: string | null; } @@ -1641,17 +1646,22 @@ declare module 'stripe' { interface TosAcceptance { /** - * The Unix timestamp marking when the account representative accepted the Stripe Services Agreement. + * The Unix timestamp marking when the account representative accepted their service agreement. */ date?: number; /** - * The IP address from which the account representative accepted the Stripe Services Agreement. + * The IP address from which the account representative accepted their service agreement. */ ip?: string; /** - * The user agent of the browser from which the account representative accepted the Stripe Services Agreement. + * The user's service agreement type. + */ + service_agreement?: string; + + /** + * The user agent of the browser from which the account representative accepted their service agreement. */ user_agent?: string; } @@ -2539,17 +2549,22 @@ declare module 'stripe' { interface TosAcceptance { /** - * The Unix timestamp marking when the account representative accepted the Stripe Services Agreement. + * The Unix timestamp marking when the account representative accepted their service agreement. */ date?: number; /** - * The IP address from which the account representative accepted the Stripe Services Agreement. + * The IP address from which the account representative accepted their service agreement. */ ip?: string; /** - * The user agent of the browser from which the account representative accepted the Stripe Services Agreement. + * The user's service agreement type. + */ + service_agreement?: string; + + /** + * The user agent of the browser from which the account representative accepted their service agreement. */ user_agent?: string; }