Payments Reseller Subscription API (paymentsresellersubscription:v1)

2025-10-14

1 new method | 1 updated method

Additions

    Methods
  • paymentsresellersubscription.partners.subscriptions.lineItems.patch

      Path : v1/{+name}

      Flat Path : v1/partners/{partnersId}/subscriptions/{subscriptionsId}/lineItems/{lineItemsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Identifier. Resource name of the line item. Format: partners/{partner}/subscriptions/{subscription}/lineItems/{lineItem}

          Pattern : ^partners/[^/]+/subscriptions/[^/]+/lineItems/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Required. The list of fields to update. Only a limited set of fields can be updated. The allowed fields are the following: - `product_payload.googleHomePayload.googleStructureId`

          Location : query

          Type : string

          Format : google-fieldmask

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/sdm.service

      Description : Updates a line item of a subscription. It should be autenticated with a service account.

Updates

    Methods
  • paymentsresellersubscription.partners.subscriptions.provision

      Parameters :

        cycleOptions.initialCycleDuration.unit

          Description : The unit used for the duration

          Location : query

          Type : string

          Enum Descriptions :

        • Default value, reserved as an invalid or an unexpected value.
        • Unit of a calendar month.
        • Unit of a day.
        • Unit of an hour. It is used for testing.
        • Enum :

        • UNIT_UNSPECIFIED
        • MONTH
        • DAY
        • HOUR

        cycleOptions.initialCycleDuration.count

          Description : number of duration units to be included.

          Location : query

          Type : integer

          Format : int32