Show / Hide Table of Contents

Class Pricing

the pricing information for the offer

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

Properties

BillingCycle

Declaration
[JsonProperty(PropertyName = "billingCycle")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Pricing.BillingCycleEnum? BillingCycle { get; set; }
Property Value
Type Description
Pricing.BillingCycleEnum?

The frequency at which the customer is billed for the Offer

CurrencyType

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

The currency supported for a given Offer, in the format specified by ISO-4217

TotalAmount

Declaration
[JsonProperty(PropertyName = "totalAmount")]
public long? TotalAmount { get; set; }
Property Value
Type Description
long?

The total amount an Offer costs

In this article
Back to top