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 ZipEnvironment.NewZealand

    Provides pre-build environment instances for the New Zealand region.

    Inheritance
    Object
    ZipEnvironment.NewZealand
    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 static class NewZealand

    Properties

    | Improve this Doc View Source

    Production

    Provides a pre-configured ZipEnvironment instance with correct values for the production environment for NZ merchants.

    Declaration
    public static ZipEnvironment Production { get; }
    Property Value
    Type Description
    ZipEnvironment
    | Improve this Doc View Source

    Test

    Provides a pre-configured ZipEnvironment instance with correct values for the test environment for NZ merchants.

    Declaration
    public static ZipEnvironment Test { get; }
    Property Value
    Type Description
    ZipEnvironment
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot