An NDoc Documented Class Library

CreditChargeEngine.Charge Method 

Charges the credit card for the given amount.

public bool Charge(
   string cardNumber,
   double amount
);

Parameters

cardNumber
card number for the charged.
amount
amount to be charged

Return Value

true if charge was successful. false otherwise.

Implements

ICreditChargeEngine.Charge

See Also

CreditChargeEngine Class | CreditProcessLib Namespace