Method | Description | |
---|---|---|
CreateTransaction ( string from, string to, decimal value, string type, string paymentMethod, PaymentCard, paymentDetails ) : void | ||
ProcessTransaction ( ElectronicPayment, ePayment ) : bool |
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 |
public ProcessTransaction ( ElectronicPayment, ePayment ) : bool | ||
ePayment | ElectronicPayment, | |
return | bool |