diff --git a/types/V2/Billing/MeterEventAdjustments.d.ts b/types/V2/Billing/MeterEventAdjustments.d.ts index 11b670631e..f654b3a706 100644 --- a/types/V2/Billing/MeterEventAdjustments.d.ts +++ b/types/V2/Billing/MeterEventAdjustments.d.ts @@ -16,7 +16,7 @@ declare module 'stripe' { /** * String representing the object's type. Objects of the same type share the same value of the object field. */ - object: 'billing.meter_event_adjustment'; + object: 'v2.billing.meter_event_adjustment'; /** * Specifies which event to cancel. diff --git a/types/V2/Billing/MeterEventSessions.d.ts b/types/V2/Billing/MeterEventSessions.d.ts index 6259622644..28943444d3 100644 --- a/types/V2/Billing/MeterEventSessions.d.ts +++ b/types/V2/Billing/MeterEventSessions.d.ts @@ -16,7 +16,7 @@ declare module 'stripe' { /** * String representing the object's type. Objects of the same type share the same value of the object field. */ - object: 'billing.meter_event_session'; + object: 'v2.billing.meter_event_session'; /** * The authentication token for this session. Use this token when calling the diff --git a/types/V2/Billing/MeterEvents.d.ts b/types/V2/Billing/MeterEvents.d.ts index 53aac66a23..0a0949c901 100644 --- a/types/V2/Billing/MeterEvents.d.ts +++ b/types/V2/Billing/MeterEvents.d.ts @@ -11,7 +11,7 @@ declare module 'stripe' { /** * String representing the object's type. Objects of the same type share the same value of the object field. */ - object: 'billing.meter_event'; + object: 'v2.billing.meter_event'; /** * The creation time of this meter event.