Show / Hide Table of Contents
    • Yort.Zip.InStore
      • CancelOrderRequest
      • CancelOrderResponse
      • CommitOrderRequest
      • CreateOrderRequest
      • CreateOrderResponse
      • EnrolRequest
      • EnrolResponse
      • IZipClient
      • OrderStatusRequest
      • OrderStatusResponse
      • RefundOrderRequest
      • RefundOrderResponse
      • RollbackOrderRequest
      • ZipApiException
      • ZipClient
      • ZipClientConfiguration
      • ZipEnvironment
      • ZipEnvironment.NewZealand
      • ZipErrorResponse
      • ZipOrder
      • ZipOrderItem
      • ZipOrderStatus
      • ZipPaymentFlow
      • ZipRequestOptionsBase
      • ZipValidationError

    Class EnrolResponse

    Contains the result of a successful EnrolRequest.

    Inheritance
    Object
    EnrolResponse
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Yort.Zip.InStore
    Assembly: Yort.Zip.InStore.dll
    Syntax
    public class EnrolResponse

    Properties

    | Improve this Doc View Source

    ClientId

    The client id to be used when requesting new authentication tokens from Zip.

    Declaration
    [JsonPropertyName("client_id")]
    public string ClientId { get; set; }
    Property Value
    Type Description
    String
    Remarks

    NOTE: The 'enrollment system' is untested as the test account provided to the library authors did not support generating activation codes. This should work, but if it doesn't, please log an issue.

    | Improve this Doc View Source

    ClientSecret

    The client secret to be used when requesting new authentication tokens from Zip.

    Declaration
    [JsonPropertyName("client_secret")]
    public string ClientSecret { get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot