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

Afficher le fichier Open project: uwi-mase-2014-ccd/component-church-financial-system-user-management Class Usage Examples

Méthodes publiques

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

Method Details

CreateTransaction() public méthode

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,
Résultat void

ProcessTransaction() public méthode

public ProcessTransaction ( ElectronicPayment, ePayment ) : bool
ePayment ElectronicPayment,
Résultat bool