Class PaymentStore
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class PaymentStore : IPaymentStore
- Inheritance
-
PaymentStore
- Implements
-
- Inherited Members
-
Constructors
PaymentStore()
Methods
DeleteDiscount(string)
public void DeleteDiscount(string discountCode)
Parameters
discountCode string
InsertDiscount(TDiscount)
public void InsertDiscount(TDiscount discount)
Parameters
discount TDiscount
InsertPayment(PaymentImported)
public void InsertPayment(PaymentImported e)
Parameters
e PaymentImported
InsertPayment(PaymentStarted)
public void InsertPayment(PaymentStarted e)
Parameters
e PaymentStarted
UpdateDiscount(TDiscount)
public void UpdateDiscount(TDiscount discount)
Parameters
discount TDiscount
UpdatePayment(PaymentAborted)
public void UpdatePayment(PaymentAborted e)
Parameters
e PaymentAborted
UpdatePayment(PaymentCompleted)
public void UpdatePayment(PaymentCompleted e)
Parameters
e PaymentCompleted
UpdatePayment(PaymentCreatedByModified)
public void UpdatePayment(PaymentCreatedByModified e)
Parameters
e PaymentCreatedByModified