Show / Hide Table of Contents

Class MonthlyCostSummary

Cost information for monthly maintenance.

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

Properties

Amount

Declaration
[Required(ErrorMessage = "Amount is required.")]
[JsonProperty(PropertyName = "amount")]
public double Amount { get; set; }
Property Value
Type Description
double

Monthly costs for maintenance of this asset.

Remarks

Required

CurrencyCode

Declaration
[Required(ErrorMessage = "CurrencyCode is required.")]
[JsonProperty(PropertyName = "currencyCode")]
public string CurrencyCode { get; set; }
Property Value
Type Description
string

Currency code

Remarks

Required

In this article
Back to top