docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ConflictItemErrorResponseDataExisting

    ConflictItemErrorResponseDataExisting

    Inheritance
    object
    AbstractOpenAPISchema
    ConflictItemErrorResponseDataExisting
    Implements
    IEquatable<ConflictItemErrorResponseDataExisting>
    Inherited Members
    AbstractOpenAPISchema.IsNullable
    AbstractOpenAPISchema.SchemaType
    AbstractOpenAPISchema.SerializerSettings
    AbstractOpenAPISchema.AdditionalPropertiesSerializerSettings
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Services.Apis.Admin.Economy
    Assembly: Unity.Services.Apis.dll
    Syntax
    [JsonConverter(typeof(ConflictItemErrorResponseDataExistingJsonConverter))]
    [DataContract(Name = "conflict_item_error_response_data_existing")]
    [Preserve]
    public class ConflictItemErrorResponseDataExisting : AbstractOpenAPISchema, IEquatable<ConflictItemErrorResponseDataExisting>

    Constructors

    ConflictItemErrorResponseDataExisting()

    Initializes a new instance of the ConflictItemErrorResponseDataExisting class.

    Declaration
    [Preserve]
    public ConflictItemErrorResponseDataExisting()

    ConflictItemErrorResponseDataExisting(CurrencyItemResponse)

    Initializes a new instance of the ConflictItemErrorResponseDataExisting class with the CurrencyItemResponse class

    Declaration
    [Preserve]
    public ConflictItemErrorResponseDataExisting(CurrencyItemResponse actualInstance)
    Parameters
    Type Name Description
    CurrencyItemResponse actualInstance

    An instance of CurrencyItemResponse.

    ConflictItemErrorResponseDataExisting(InventoryItemResponse)

    Initializes a new instance of the ConflictItemErrorResponseDataExisting class with the InventoryItemResponse class

    Declaration
    [Preserve]
    public ConflictItemErrorResponseDataExisting(InventoryItemResponse actualInstance)
    Parameters
    Type Name Description
    InventoryItemResponse actualInstance

    An instance of InventoryItemResponse.

    ConflictItemErrorResponseDataExisting(RealMoneyPurchaseItemResponse)

    Initializes a new instance of the ConflictItemErrorResponseDataExisting class with the RealMoneyPurchaseItemResponse class

    Declaration
    [Preserve]
    public ConflictItemErrorResponseDataExisting(RealMoneyPurchaseItemResponse actualInstance)
    Parameters
    Type Name Description
    RealMoneyPurchaseItemResponse actualInstance

    An instance of RealMoneyPurchaseItemResponse.

    ConflictItemErrorResponseDataExisting(VirtualPurchaseItemResponse)

    Initializes a new instance of the ConflictItemErrorResponseDataExisting class with the VirtualPurchaseItemResponse class

    Declaration
    [Preserve]
    public ConflictItemErrorResponseDataExisting(VirtualPurchaseItemResponse actualInstance)
    Parameters
    Type Name Description
    VirtualPurchaseItemResponse actualInstance

    An instance of VirtualPurchaseItemResponse.

    Properties

    ActualInstance

    Gets or Sets ActualInstance

    Declaration
    public override object ActualInstance { get; set; }
    Property Value
    Type Description
    object
    Overrides
    AbstractOpenAPISchema.ActualInstance

    Methods

    Equals(object)

    Returns true if objects are equal

    Declaration
    public override bool Equals(object input)
    Parameters
    Type Name Description
    object input

    Object to be compared

    Returns
    Type Description
    bool

    Boolean

    Overrides
    object.Equals(object)

    Equals(ConflictItemErrorResponseDataExisting)

    Returns true if ConflictItemErrorResponseDataExisting instances are equal

    Declaration
    public bool Equals(ConflictItemErrorResponseDataExisting input)
    Parameters
    Type Name Description
    ConflictItemErrorResponseDataExisting input

    Instance of ConflictItemErrorResponseDataExisting to be compared

    Returns
    Type Description
    bool

    Boolean

    FromJson(string)

    Converts the JSON string into an instance of ConflictItemErrorResponseDataExisting

    Declaration
    public static ConflictItemErrorResponseDataExisting FromJson(string jsonString)
    Parameters
    Type Name Description
    string jsonString

    JSON string

    Returns
    Type Description
    ConflictItemErrorResponseDataExisting

    An instance of ConflictItemErrorResponseDataExisting

    GetCurrencyItemResponse()

    Get the actual instance of CurrencyItemResponse. If the actual instance is not CurrencyItemResponse, the InvalidClassException will be thrown

    Declaration
    public CurrencyItemResponse GetCurrencyItemResponse()
    Returns
    Type Description
    CurrencyItemResponse

    An instance of CurrencyItemResponse

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    Hash code

    Overrides
    object.GetHashCode()

    GetInventoryItemResponse()

    Get the actual instance of InventoryItemResponse. If the actual instance is not InventoryItemResponse, the InvalidClassException will be thrown

    Declaration
    public InventoryItemResponse GetInventoryItemResponse()
    Returns
    Type Description
    InventoryItemResponse

    An instance of InventoryItemResponse

    GetRealMoneyPurchaseItemResponse()

    Get the actual instance of RealMoneyPurchaseItemResponse. If the actual instance is not RealMoneyPurchaseItemResponse, the InvalidClassException will be thrown

    Declaration
    public RealMoneyPurchaseItemResponse GetRealMoneyPurchaseItemResponse()
    Returns
    Type Description
    RealMoneyPurchaseItemResponse

    An instance of RealMoneyPurchaseItemResponse

    GetVirtualPurchaseItemResponse()

    Get the actual instance of VirtualPurchaseItemResponse. If the actual instance is not VirtualPurchaseItemResponse, the InvalidClassException will be thrown

    Declaration
    public VirtualPurchaseItemResponse GetVirtualPurchaseItemResponse()
    Returns
    Type Description
    VirtualPurchaseItemResponse

    An instance of VirtualPurchaseItemResponse

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public override string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    Overrides
    AbstractOpenAPISchema.ToJson()

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)