Ingram.Marketplace.SubscriptionManagement.get_subscription

You're seeing just the function get_subscription, go back to Ingram.Marketplace.SubscriptionManagement module for more information.
Link to this function

get_subscription(id, opts \\ [], connection \\ Connection.new())

View Source

Specs

get_subscription(String.t(), keyword(), Tesla.Env.client() | nil) ::
  {:ok, Ingram.Marketplace.Model.SubscriptionDetails.t()}
  | {:error, Tesla.Env.t()}

Get full details of a specific subscription Get extended details of a specific subscription from the platform.

Parameters

  • id (String.t): This is the ID of the subscription that must be processed by the request.
  • opts (KeywordList): [optional] Optional parameters
  • connection (Ingram.Marketplace.Connection): Connection to server

    Returns

} on success {:error, info} on failure