Search Results for

    Show / Hide Table of Contents

    Class RefundPaymentHookRequest

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

    Constructors

    RefundPaymentHookRequest()

    Declaration
    public RefundPaymentHookRequest()

    Properties

    OrderNumber

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

    Refunds

    Declaration
    public Refund[] Refunds { get; set; }
    Property Value
    Type Description
    Refund[]
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX