Table of Contents

Class Currency

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

The Currency info

public class Currency
Inheritance
Currency
Inherited Members

Properties

Code

The ISO 4217 currency code (e.g. “EUR”)

public string Code { get; set; }

Property Value

string

Symbol

The currency symbol (e.g. “€”)

public string Symbol { get; set; }

Property Value

string