public double CurrencyConversionRate { get; set; }
Conversion rate used for currency conversion, from USD to the currency
specified in the request. This includes any surcharge collected for billing
in non USD currency. If a currency is not specified in the request this
defaults to 1.0.
Example: USD * currency_conversion_rate = JPY
The timestamp from which this pricing was effective within the requested
time range. This is guaranteed to be greater than or equal to the
start_time field in the request and less than the end_time field in the
request. If a time range was not specified in the request this field will
be equivalent to a time within the last 12 hours, indicating the latest
pricing info.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003ePricingInfo\u003c/code\u003e class within the Google Cloud Billing v1 API, offering details on its properties, constructors, and inheritance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePricingInfo\u003c/code\u003e class represents the pricing details for a specific SKU at a given time, including information like aggregation, currency conversion, and effective time.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the Google Cloud Billing v1 API are accessible on the page, ranging from version 2.2.0 up to the latest version, 3.9.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePricingInfo\u003c/code\u003e class includes properties such as \u003ccode\u003eAggregationInfo\u003c/code\u003e, \u003ccode\u003eCurrencyConversionRate\u003c/code\u003e, \u003ccode\u003eEffectiveTime\u003c/code\u003e, \u003ccode\u003ePricingExpression\u003c/code\u003e, and \u003ccode\u003eSummary\u003c/code\u003e to describe the pricing structure.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Billing v1 API - Class PricingInfo (3.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.Billing.V1/latest/Google.Cloud.Billing.V1.PricingInfo)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/3.8.0/Google.Cloud.Billing.V1.PricingInfo)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/3.7.0/Google.Cloud.Billing.V1.PricingInfo)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/3.6.0/Google.Cloud.Billing.V1.PricingInfo)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/3.5.0/Google.Cloud.Billing.V1.PricingInfo)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/3.4.0/Google.Cloud.Billing.V1.PricingInfo)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/3.3.0/Google.Cloud.Billing.V1.PricingInfo)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/3.2.0/Google.Cloud.Billing.V1.PricingInfo)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/3.1.0/Google.Cloud.Billing.V1.PricingInfo)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/3.0.0/Google.Cloud.Billing.V1.PricingInfo)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/2.3.0/Google.Cloud.Billing.V1.PricingInfo)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Billing.V1/2.2.0/Google.Cloud.Billing.V1.PricingInfo) \n\n public sealed class PricingInfo : IMessage\u003cPricingInfo\u003e, IEquatable\u003cPricingInfo\u003e, IDeepCloneable\u003cPricingInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Billing v1 API class PricingInfo.\n\nRepresents the pricing information for a SKU at a single point of time. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PricingInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[PricingInfo](/dotnet/docs/reference/Google.Cloud.Billing.V1/latest/Google.Cloud.Billing.V1.PricingInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[PricingInfo](/dotnet/docs/reference/Google.Cloud.Billing.V1/latest/Google.Cloud.Billing.V1.PricingInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[PricingInfo](/dotnet/docs/reference/Google.Cloud.Billing.V1/latest/Google.Cloud.Billing.V1.PricingInfo), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Billing.V1](/dotnet/docs/reference/Google.Cloud.Billing.V1/latest/Google.Cloud.Billing.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Billing.V1.dll\n\nConstructors\n------------\n\n### PricingInfo()\n\n public PricingInfo()\n\n### PricingInfo(PricingInfo)\n\n public PricingInfo(PricingInfo other)\n\nProperties\n----------\n\n### AggregationInfo\n\n public AggregationInfo AggregationInfo { get; set; }\n\nAggregation Info. This can be left unspecified if the pricing expression\ndoesn't require aggregation.\n\n### CurrencyConversionRate\n\n public double CurrencyConversionRate { get; set; }\n\nConversion rate used for currency conversion, from USD to the currency\nspecified in the request. This includes any surcharge collected for billing\nin non USD currency. If a currency is not specified in the request this\ndefaults to 1.0.\nExample: USD \\* currency_conversion_rate = JPY\n\n### EffectiveTime\n\n public Timestamp EffectiveTime { get; set; }\n\nThe timestamp from which this pricing was effective within the requested\ntime range. This is guaranteed to be greater than or equal to the\nstart_time field in the request and less than the end_time field in the\nrequest. If a time range was not specified in the request this field will\nbe equivalent to a time within the last 12 hours, indicating the latest\npricing info.\n\n### PricingExpression\n\n public PricingExpression PricingExpression { get; set; }\n\nExpresses the pricing formula. See `PricingExpression` for an example.\n\n### Summary\n\n public string Summary { get; set; }\n\nAn optional human readable summary of the pricing information, has a\nmaximum length of 256 characters."]]