Class GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload
Payload specific to Youtube products.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload : IDirectResponseSchema
Properties
AccessEndTime
object representation of AccessEndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use AccessEndTimeDateTimeOffset instead.")]
public virtual object AccessEndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
AccessEndTimeDateTimeOffset
DateTimeOffset representation of AccessEndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? AccessEndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
AccessEndTimeRaw
Output only. The access expiration time for this line item.
Declaration
[JsonProperty("accessEndTime")]
public virtual string AccessEndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PartnerEligibilityIds
The list of eligibility_ids which are applicable for the line item.
Declaration
[JsonProperty("partnerEligibilityIds")]
public virtual IList<string> PartnerEligibilityIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
PartnerPlanType
Optional. Specifies the plan type offered to the end user by the partner.
Declaration
[JsonProperty("partnerPlanType")]
public virtual string PartnerPlanType { get; set; }
Property Value
Type | Description |
---|---|
string |