Class ProductBundleDetails
Details for a bundle product.
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class ProductBundleDetails : IDirectResponseSchema
Properties
BundleElements
The individual products that are included in the bundle.
Declaration
[JsonProperty("bundleElements")]
public virtual IList<GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetailsBundleElement> BundleElements { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetailsBundleElement> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntitlementMode
The entitlement mode of the bundle product.
Declaration
[JsonProperty("entitlementMode")]
public virtual string EntitlementMode { get; set; }
Property Value
Type | Description |
---|---|
string |