-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathCalculatePriceResponsePropertiesBillingCurrencyTotal.xml
120 lines (120 loc) · 6.99 KB
/
CalculatePriceResponsePropertiesBillingCurrencyTotal.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<Type Name="CalculatePriceResponsePropertiesBillingCurrencyTotal" FullName="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal">
<TypeSignature Language="C#" Value="public class CalculatePriceResponsePropertiesBillingCurrencyTotal" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit CalculatePriceResponsePropertiesBillingCurrencyTotal extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal" />
<TypeSignature Language="VB.NET" Value="Public Class CalculatePriceResponsePropertiesBillingCurrencyTotal" />
<TypeSignature Language="F#" Value="type CalculatePriceResponsePropertiesBillingCurrencyTotal = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Currency and amount that customer will be charged in customer's local
currency. Tax is not included.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CalculatePriceResponsePropertiesBillingCurrencyTotal ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the
CalculatePriceResponsePropertiesBillingCurrencyTotal class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CalculatePriceResponsePropertiesBillingCurrencyTotal (string currencyCode = default, double? amount = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string currencyCode, valuetype System.Nullable`1<float64> amount) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal.#ctor(System.String,System.Nullable{System.Double})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional currencyCode As String = Nothing, Optional amount As Nullable(Of Double) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal : string * Nullable<double> -> Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal" Usage="new Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal (currencyCode, amount)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="currencyCode" Type="System.String" />
<Parameter Name="amount" Type="System.Nullable<System.Double>" />
</Parameters>
<Docs>
<param name="currencyCode">To be added.</param>
<param name="amount">To be added.</param>
<summary>
Initializes a new instance of the
CalculatePriceResponsePropertiesBillingCurrencyTotal class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Amount">
<MemberSignature Language="C#" Value="public double? Amount { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<float64> Amount" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal.Amount" />
<MemberSignature Language="VB.NET" Value="Public Property Amount As Nullable(Of Double)" />
<MemberSignature Language="F#" Value="member this.Amount : Nullable<double> with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal.Amount" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="amount")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="amount")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Double></ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CurrencyCode">
<MemberSignature Language="C#" Value="public string CurrencyCode { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string CurrencyCode" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal.CurrencyCode" />
<MemberSignature Language="VB.NET" Value="Public Property CurrencyCode As String" />
<MemberSignature Language="F#" Value="member this.CurrencyCode : string with get, set" Usage="Microsoft.Azure.Management.Reservations.Models.CalculatePriceResponsePropertiesBillingCurrencyTotal.CurrencyCode" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Reservations</AssemblyName>
<AssemblyVersion>1.15.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="currencyCode")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="currencyCode")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary />
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>