C# Class Kooboo.Commerce.Events.Orders.PaymentStatusChanged

Inheritance: Event, IOrderEvent
Show file Open project: Kooboo/Ecommerce

Private Properties

Property Type Description

Public Methods

Method Description
PaymentStatusChanged ( Payment payment, PaymentStatus oldStatus, PaymentStatus newStatus ) : System

Protected Methods

Method Description
PaymentStatusChanged ( ) : System

Method Details

PaymentStatusChanged() protected method

protected PaymentStatusChanged ( ) : System
return System

PaymentStatusChanged() public method

public PaymentStatusChanged ( Payment payment, PaymentStatus oldStatus, PaymentStatus newStatus ) : System
payment Kooboo.Commerce.Payments.Payment
oldStatus PaymentStatus
newStatus PaymentStatus
return System