Show / Hide Table of Contents

Class PrivateOfferAccountDetails

Private Offer account details.

Inheritance
object
PrivateOfferAccountDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class PrivateOfferAccountDetails

Properties

Meter

Declaration
[JsonProperty(PropertyName = "meter")]
public string Meter { get; set; }
Property Value
Type Description
string

Meter name

Sku

Declaration
[JsonProperty(PropertyName = "sku")]
public string Sku { get; set; }
Property Value
Type Description
string

SKU name

In this article
Back to top