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 ZipPaymentFlow

    A class that exposes constants for the known allowed values of the PaymentFlow property.

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

    Fields

    | Improve this Doc View Source

    Auth

    Indicates that an auth should be taken by the initial order creation, and a subsequent call to commit or rollback the payment should be made.

    Declaration
    public const string Auth = "auth"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Payment

    Indicates that payment should be fully completed without the requirement to 'capture' the outcome.

    Declaration
    public const string Payment = "payment"
    Field Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot