• Articles
  • Api Documentation

    Show / Hide Table of Contents
    • Yort.Humm.InStore
      • CreateKeyRequest
      • CreateKeyResponse
      • HummApiUrlSelector
      • HummClient
      • HummClientConfiguration
      • HummCountry
      • HummEnvironment
      • HummResponseSignatureException
      • HummStatusCodes
      • IHummApiUrlSelector
      • IHummClient
      • InviteRequest
      • InviteResponse
      • PendingAuthorisationEventArgs
      • ProcessAuthorisationRequest
      • ProcessAuthorisationResponse
      • ProcessSalesAdjustmentRequest
      • ProcessSalesAdjustmentResponse
      • ProcessSalesAdjustmentReversalRequest
      • ProcessSalesAdjustmentReversalResponse
      • PurchaseItemsCollection
      • RequestStates
      • SendReceiptRequest
      • SendReceiptResponse
    • Yort.Humm.InStore.Infrastructure
      • Hmac256SignatureGenerator
      • ISignatureGenerator
      • RequestBase
      • ResponseBase
      • SignedRequestWriter

    Class ProcessAuthorisationResponse

    Contains details of a response to a ProcessAuthorisationRequest.

    Inheritance
    Object
    ResponseBase
    ProcessAuthorisationResponse
    Inherited Members
    ResponseBase.Status
    ResponseBase.Code
    ResponseBase.Message
    ResponseBase.TrackingData
    ResponseBase.Signature
    ResponseBase.VerifySignature(ISignatureGenerator)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Yort.Humm.InStore
    Assembly: Yort.Humm.InStore.dll
    Syntax
    public sealed class ProcessAuthorisationResponse : ResponseBase

    Properties

    | Improve this Doc View Source

    PurchaseNumber

    Gets or sets the Humm generated purchase number.

    Declaration
    [JsonProperty("x_purchase_number")]
    public string PurchaseNumber { get; set; }
    Property Value
    Type Description
    String

    The purchase number assigned to this transaction by Humm.

    | Improve this Doc View Source

    RetryDuration

    Gets or sets the interval to wait before retrying the request, if the Status is Pending.

    Declaration
    [JsonProperty("retry_duration")]
    public int RetryDuration { get; set; }
    Property Value
    Type Description
    Int32

    The duration of the retry delay, in seconds.

    See Also

    ResponseBase
    ProcessAuthorisationAsync(ProcessAuthorisationRequest)
    ProcessAuthorisationRequest
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2020 Troy Willmot