C# 클래스 EA.Iws.Domain.ImportNotificationAssessment.Transactions.ImportNotificationTransaction

상속: System.Entity
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws 1 사용 예제들

공개 메소드들

메소드 설명
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