C# Class EA.Iws.Domain.ImportNotificationAssessment.Transactions.ImportNotificationTransaction

Inheritance: System.Entity
ファイルを表示 Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Public Methods

Method Description
PaymentRecord ( System.Guid notificationId, System.DateTime date, decimal amount, PaymentMethod paymentMethod, string receiptNumber, string comments ) : ImportNotificationTransaction
RefundRecord ( System.Guid notificationId, System.DateTime date, decimal amount, string comments ) : ImportNotificationTransaction

Protected Methods

Method Description
ImportNotificationTransaction ( ) : System

Method Details

ImportNotificationTransaction() protected method

protected ImportNotificationTransaction ( ) : System
return System

PaymentRecord() public static method

public static PaymentRecord ( System.Guid notificationId, System.DateTime date, decimal amount, PaymentMethod paymentMethod, string receiptNumber, string comments ) : ImportNotificationTransaction
notificationId System.Guid
date System.DateTime
amount decimal
paymentMethod PaymentMethod
receiptNumber string
comments string
return ImportNotificationTransaction

RefundRecord() public static method

public static RefundRecord ( System.Guid notificationId, System.DateTime date, decimal amount, string comments ) : ImportNotificationTransaction
notificationId System.Guid
date System.DateTime
amount decimal
comments string
return ImportNotificationTransaction