View Source GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload (google_api_payments_reseller_subscription v0.7.0)
Payload specific to Youtube products.
Attributes
-
accessEndTime
(type:DateTime.t
, default:nil
) - Output only. The access expiration time for this line item. -
partnerEligibilityIds
(type:list(String.t)
, default:nil
) - The list of eligibility_ids which are applicable for the line item. -
partnerPlanType
(type:String.t
, default:nil
) - Optional. Specifies the plan type offered to the end user by the partner.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload{ accessEndTime: DateTime.t() | nil, partnerEligibilityIds: [String.t()] | nil, partnerPlanType: String.t() | nil }