Search Results for

    Show / Hide Table of Contents

    Class GetPreCheckHookRequest

    Inheritance
    System.Object
    GetPreCheckHookRequest
    Namespace: DirectScale.Disco.Extension.Hooks.FraudPrevention
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetPreCheckHookRequest : Object

    Constructors

    GetPreCheckHookRequest()

    Declaration
    public GetPreCheckHookRequest()

    Properties

    LanguageCode

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

    Order

    Declaration
    public Order Order { get; set; }
    Property Value
    Type Description
    Order

    payments

    Declaration
    public NewPayment[] payments { get; set; }
    Property Value
    Type Description
    NewPayment[]

    ShipMethodId

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