Skip to content

recurringPrice property missing from Schema$AutoRenewingPlanย #3625

@chiubaka

Description

@chiubaka

Hi! ๐Ÿ‘‹

Firstly, thanks for your work on this project! ๐Ÿ™‚

Today I used patch-package to patch [email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/googleapis/build/src/apis/androidpublisher/v3.d.ts b/node_modules/googleapis/build/src/apis/androidpublisher/v3.d.ts
index f7de568..dc98de0 100644
--- a/node_modules/googleapis/build/src/apis/androidpublisher/v3.d.ts
+++ b/node_modules/googleapis/build/src/apis/androidpublisher/v3.d.ts
@@ -486,6 +486,10 @@ export declare namespace androidpublisher_v3 {
          * If the subscription is currently set to auto-renew, e.g. the user has not canceled the subscription
          */
         autoRenewEnabled?: boolean | null;
+        /**
+         * The current recurring price of the auto renewing plan.
+         */
+        recurringPrice?: Schema$Money;
         /**
          * The installment plan commitment and state related info for the auto renewing plan.
          */

This issue body was partially generated by patch-package.

The AutoRenewingPlan lists a recurringPrice property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions