C# 클래스 Transaction, component-church-financial-system-user-management

파일 보기 프로젝트 열기: uwi-mase-2014-ccd/component-church-financial-system-user-management 1 사용 예제들

공개 메소드들

메소드 설명
CreateTransaction ( string from, string to, decimal value, string type, string paymentMethod, PaymentCard, paymentDetails ) : void
ProcessTransaction ( ElectronicPayment, ePayment ) : bool

메소드 상세

CreateTransaction() 공개 메소드

public CreateTransaction ( string from, string to, decimal value, string type, string paymentMethod, PaymentCard, paymentDetails ) : void
from string
to string
value decimal
type string
paymentMethod string
paymentDetails PaymentCard,
리턴 void

ProcessTransaction() 공개 메소드

public ProcessTransaction ( ElectronicPayment, ePayment ) : bool
ePayment ElectronicPayment,
리턴 bool