C# Class Transaction, component-church-financial-system-user-management

Datei anzeigen Open project: uwi-mase-2014-ccd/component-church-financial-system-user-management Class Usage Examples

Public Methods

Method Description
CreateTransaction ( string from, string to, decimal value, string type, string paymentMethod, PaymentCard, paymentDetails ) : void
ProcessTransaction ( ElectronicPayment, ePayment ) : bool

Method Details

CreateTransaction() public method

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,
return void

ProcessTransaction() public method

public ProcessTransaction ( ElectronicPayment, ePayment ) : bool
ePayment ElectronicPayment,
return bool