Show / Hide Table of Contents

    Class PurchasePayload

    Inheritance
    Object
    PurchasePayload
    Implements
    IPurchasePayload
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class PurchasePayload : IPurchasePayload

    Constructors

    PurchasePayload(String, String, String, String, String)

    Declaration
    public PurchasePayload(string itemName, string price, string itemAmount, string currencyCode, string productSku)
    Parameters
    Type Name Description
    String itemName
    String price
    String itemAmount
    String currencyCode
    String productSku

    Fields

    currencyCode

    Declaration
    protected string currencyCode
    Field Value
    Type Description
    String

    itemAmount

    Declaration
    protected string itemAmount
    Field Value
    Type Description
    String

    itemName

    Declaration
    protected string itemName
    Field Value
    Type Description
    String

    price

    Declaration
    protected string price
    Field Value
    Type Description
    String

    productSku

    Declaration
    protected string productSku
    Field Value
    Type Description
    String

    Properties

    CurrencyCode

    Declaration
    public virtual string CurrencyCode { get; }
    Property Value
    Type Description
    String

    ItemAmount

    Declaration
    public virtual string ItemAmount { get; }
    Property Value
    Type Description
    String

    ItemName

    Declaration
    public virtual string ItemName { get; }
    Property Value
    Type Description
    String

    Price

    Declaration
    public virtual string Price { get; }
    Property Value
    Type Description
    String

    ProductSku

    Declaration
    public virtual string ProductSku { get; }
    Property Value
    Type Description
    String

    Implements

    IPurchasePayload
    Back to top Copyright © 2020 East Side Games Inc.