Search Results for

    Show / Hide Table of Contents

    Struct PaymentsKit.Price

    Namespace: Pley
    Assembly: Pley.dll
    Syntax
    public struct Price

    Fields

    amountDividend

    Declaration
    public int amountDividend
    Field Value
    Type Description
    System.Int32

    amountDivisor

    Declaration
    public int amountDivisor
    Field Value
    Type Description
    System.Int32

    currencyIso4217

    Declaration
    public string currencyIso4217
    Field Value
    Type Description
    System.String

    Properties

    Amount

    Declaration
    public readonly float Amount { get; }
    Property Value
    Type Description
    System.Single

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX