C# 클래스 Ucrm.Pay

Pay class handles the payment from the customer
파일 보기 프로젝트 열기: bytecode0101/uCRM

공개 메소드들

메소드 설명
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

메소드 상세

CheckPaymentMethod() 공개 메소드

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

CheckPaymentStatus() 공개 메소드

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

RegisterPayment() 공개 메소드

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