docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlayerPurchaseAppleappstoreResponseVerificationStore

    Details from the receipt validation service.

    Inheritance
    object
    PlayerPurchaseAppleappstoreResponseVerificationStore
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Economy
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class PlayerPurchaseAppleappstoreResponseVerificationStore

    Constructors

    PlayerPurchaseAppleappstoreResponseVerificationStore(string, string, string)

    Initializes a new instance of the PlayerPurchaseAppleappstoreResponseVerificationStore class.

    Declaration
    [Preserve]
    public PlayerPurchaseAppleappstoreResponseVerificationStore(string code = null, string message = null, string receipt = null)
    Parameters
    Type Name Description
    string code

    The status code sent back from the Apple App Store verification service. (required).

    string message

    A textual description of the returned status code. (required).

    string receipt

    The full response from the Apple App Store verification service as a JSON encoded string. (required).

    Properties

    Code

    The status code sent back from the Apple App Store verification service.

    Declaration
    [Preserve]
    public string Code { get; set; }
    Property Value
    Type Description
    string

    The status code sent back from the Apple App Store verification service.

    Message

    A textual description of the returned status code.

    Declaration
    [Preserve]
    public string Message { get; set; }
    Property Value
    Type Description
    string

    A textual description of the returned status code.

    Receipt

    The full response from the Apple App Store verification service as a JSON encoded string.

    Declaration
    [Preserve]
    public string Receipt { get; set; }
    Property Value
    Type Description
    string

    The full response from the Apple App Store verification service as a JSON encoded string.

    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)