• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • Westpay.Epas
      • AdminOperation
      • AdminResponse
      • AltMethodTransaction
      • ApiResult
      • AuthorisationChannel
      • AuthorisingEntity
      • BufferTools
      • CardAcceptedEventArgs
      • CurrencyCodes
      • EnableCardReaderOptions
      • EnableReadersResponse
      • EntryMethod
      • EpasClient
      • EpasClient.CardAcceptedNotification
      • EpasClient.CardActionNotification
      • EpasClient.EpasMessageReceiver
      • EpasClient.StatusNotification
      • ErrorConditions
      • IClientApp
      • LastTransactionResponse
      • LastTransactionResponse.CardData
      • LastTransactionResponse.DccData
      • LastTransactionResponse.EmvData
      • LastTransactionResponse.MerchantData
      • LastTransactionResponse.TransactionData
      • LoginResponse
      • LogLevel
      • LogoutResponse
      • OperatingParameters
      • PurchaseRequest
      • PurchaseTransactionAmounts
      • ReceiptData
      • ReceiptData.AuthorisationData
      • ReceiptData.CardData
      • ReceiptData.DccData
      • ReceiptData.EmvData
      • ReceiptData.MerchantData
      • ReceiptData.TransactionData
      • ReceiptData.TranslatedTextId
      • ReceiptVersion
      • RefundRequest
      • ServiceEnableType
      • SimpleResponse
      • TerminalEnvironment
      • TerminalNetworkConnection
      • TransactionOutcome
      • TransactionRequest
      • TransactionResponse
      • TransactionType
      • VerificationMethod

    Class AltMethodTransaction

    Contains details of a transaction that was completed using an alternative payment method

    Inheritance
    System.Object
    AltMethodTransaction
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Westpay.Epas
    Assembly: EpasClientLibrary.dll
    Syntax
    public class AltMethodTransaction

    Constructors

    View Source

    AltMethodTransaction(Decimal, String, String)

    Constructor

    Declaration
    public AltMethodTransaction(decimal amount, string method, string reference)
    Parameters
    Type Name Description
    System.Decimal amount
    System.String method

    Alternative payment method

    System.String reference

    Properties

    View Source

    Method

    Indicates the alternative payment method that was used for the transaction

    Declaration
    public string Method { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Reference

    Indicates the transaction reference

    Declaration
    public string Reference { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    TransactionAmount

    Transaction value

    Declaration
    public decimal TransactionAmount { get; set; }
    Property Value
    Type Description
    System.Decimal
    • View Source
    In This Article
    Back to top Generated by DocFX