Class Price
price class used by Trail PaymentKit to get and view prices of items.
Inheritance
System.Object
Price
Namespace: Trail
Assembly: Trail.dll
Syntax
public class Price : object
Constructors
Price(Int32, Int32, String)
Declaration
public Price(int amountDividend, int amountDivisor, string currencyISO4217)
Parameters
Type |
Name |
Description |
System.Int32 |
amountDividend |
|
System.Int32 |
amountDivisor |
|
System.String |
currencyISO4217 |
|
Fields
AmountDividend
Declaration
public int AmountDividend
Field Value
Type |
Description |
System.Int32 |
|
AmountDivisor
Declaration
Field Value
Type |
Description |
System.Int32 |
|
CurrencyISO4217
Declaration
public string CurrencyISO4217
Field Value
Type |
Description |
System.String |
|
Properties
Amount
Declaration
public float Amount { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|