Class SubscriptionLineItemBundleDetails
The bundle details for a line item corresponding to a hard bundle.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class SubscriptionLineItemBundleDetails : IDirectResponseSchema
Properties
BundleElementDetails
Output only. The details for each element in the hard bundle.
Declaration
[JsonProperty("bundleElementDetails")]
public virtual IList<GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails> BundleElementDetails { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemBundleDetailsBundleElementDetails> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |