File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
sql/moz-fx-data-shared-prod/subscription_platform_derived/stripe_subscriptions_v2 Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,19 @@ fields:
191191
192192 This isn'' t available for customers that were deleted before the initial Fivetran
193193 Stripe sync.'
194+ - name : invoice_settings
195+ type : RECORD
196+ mode : NULLABLE
197+ description : ' The customer'' s default invoice settings.
198+
199+ This isn'' t available for customers that were deleted before the initial Fivetran
200+ Stripe sync.'
201+ fields :
202+ - name : default_payment_method_id
203+ type : STRING
204+ mode : NULLABLE
205+ description : ID of a payment method that's attached to the customer, to be used as
206+ the customer's default payment method for subscriptions and invoices.
194207- name : billing_cycle_anchor
195208 type : TIMESTAMP
196209 mode : NULLABLE
You can’t perform that action at this time.
0 commit comments