C# Класс EA.Iws.Domain.ImportNotificationAssessment.Transactions.ImportNotificationTransaction

Наследование: System.Entity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
ImportNotificationTransaction ( ) : System

Описание методов

ImportNotificationTransaction() защищенный Метод

protected ImportNotificationTransaction ( ) : System
Результат System

PaymentRecord() публичный статический Метод

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
Результат ImportNotificationTransaction

RefundRecord() публичный статический Метод

public static RefundRecord ( System.Guid notificationId, System.DateTime date, decimal amount, string comments ) : ImportNotificationTransaction
notificationId System.Guid
date System.DateTime
amount decimal
comments string
Результат ImportNotificationTransaction