Class SubscriptionLineItemOneTimeRecurrenceDetails
Details for a ONE_TIME recurrence line item.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class SubscriptionLineItemOneTimeRecurrenceDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServicePeriod
Output only. The service period of the ONE_TIME line item.
Declaration
[JsonProperty("servicePeriod")]
public virtual ServicePeriod ServicePeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| ServicePeriod |