Show / Hide Table of Contents

Class Credits

Representation for the credits

Inheritance
object
Credits
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class Credits

Constructors

Credits(long)

Constructor for the credits

Declaration
public Credits(long creditsInEuros)
Parameters
Type Name Description
long creditsInEuros

Properties

CreditsInCents

Amount of credits in cents

Declaration
public int CreditsInCents { get; }
Property Value
Type Description
int

CreditsInEuros

Amount of credits in euros, round to cent

Declaration
public long CreditsInEuros { get; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX