Search Results for

    Show / Hide Table of Contents

    Class ProcessingOptions

    Inheritance
    System.Object
    ProcessingOptions
    Namespace: DirectScale.Disco.Extension.Hooks.Merchants.MoneyIn.Emvio
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class ProcessingOptions : Object

    Constructors

    ProcessingOptions()

    Declaration
    public ProcessingOptions()

    Properties

    CheckFraud

    Declaration
    public bool CheckFraud { get; set; }
    Property Value
    Type Description
    System.Boolean

    MerchantId

    Declaration
    public string MerchantId { get; set; }
    Property Value
    Type Description
    System.String

    PaymentOptionTag

    Declaration
    public string PaymentOptionTag { get; set; }
    Property Value
    Type Description
    System.String

    VerifyAvs

    Declaration
    public int VerifyAvs { get; set; }
    Property Value
    Type Description
    System.Int32

    VerifyCvc

    Declaration
    public bool VerifyCvc { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX