Show / Hide Table of Contents

Class ProductBundleDetails

Details for a bundle product.

Inheritance
object
ProductBundleDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX