Search Results for

    Show / Hide Table of Contents

    Class OrderPaymentEventBase

    A class with properties shared between Order Payment Events CreateOrderPaymentEvent RefundOrderPaymentEvent

    Inheritance
    System.Object
    EventBase
    OrderPaymentEventBase
    CreateOrderPaymentEvent
    RefundOrderPaymentEvent
    Inherited Members
    EventBase.EventType
    EventBase.EventDateUtc
    Namespace: DirectScale.Disco.Extension.EventModels
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public abstract class OrderPaymentEventBase : EventBase

    Constructors

    OrderPaymentEventBase()

    Declaration
    protected OrderPaymentEventBase()

    Properties

    Amount

    Declaration
    public double Amount { get; set; }
    Property Value
    Type Description
    System.Double

    CurrencyCode

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

    OrderNumber

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

    OrderPaymentId

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

    PaymentStatus

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

    PaymentType

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