C# Class Ucrm.Pay

Pay class handles the payment from the customer
Mostra file Open project: bytecode0101/uCRM

Public Methods

Method Description
CheckPaymentMethod ( ) : void

CheckPaymentMethod cecks for the payment method used by the customer

CheckPaymentStatus ( ) : bool

CheckPaymentStatus checks if we have revieved the money

RegisterPayment ( ) : void

RegisterPayment registers the payment into @ out accountant

Method Details

CheckPaymentMethod() public method

CheckPaymentMethod cecks for the payment method used by the customer
public CheckPaymentMethod ( ) : void
return void

CheckPaymentStatus() public method

CheckPaymentStatus checks if we have revieved the money
public CheckPaymentStatus ( ) : bool
return bool

RegisterPayment() public method

RegisterPayment registers the payment into @ out accountant
public RegisterPayment ( ) : void
return void