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 CreateOrderResponse

    Contains the initial details of an order created in the Zip system.

    Inheritance
    Object
    CreateOrderResponse
    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 CreateOrderResponse

    Properties

    | Improve this Doc View Source

    OrderExpiry

    Gets or sets the expiry time of the order as returned by the Zip API.

    Declaration
    public DateTimeOffset? OrderExpiry { get; set; }
    Property Value
    Type Description
    Nullable<DateTimeOffset>
    Remarks

    Note this property can be null, and will be in the event of a 'duplicate check' occuring where the response only returns the order id.

    | Improve this Doc View Source

    OrderId

    Gets or sets the unique id of the newly created order (or existing order using the same merchant reference, see EnableUniqueMerchantReferenceCheck) within the Zip system.

    Declaration
    public string OrderId { get; set; }
    Property Value
    Type Description
    String

    See Also

    ZipOrder
    CreateOrderAsync(CreateOrderRequest)
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot