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

Inheritance: System.Entity
Afficher le fichier Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ImportNotificationTransaction ( ) : System

Method Details

ImportNotificationTransaction() protected méthode

protected ImportNotificationTransaction ( ) : System
Résultat System

PaymentRecord() public static méthode

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
Résultat ImportNotificationTransaction

RefundRecord() public static méthode

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