View Source GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest (google_api_payments_reseller_subscription v0.7.0)
Partner request for entitling the previously provisioned subscription to an end user. The end user identity is inferred from the request OAuth context.
Attributes
-
lineItemEntitlementDetails
(type:list(GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequestLineItemEntitlementDetails.t)
, default:nil
) - Optional. The line items to be entitled. If unspecified, all line items will be entitled.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequest{ lineItemEntitlementDetails: [ GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionRequestLineItemEntitlementDetails.t() ] | nil }