C# Класс Ucrm.Pay

Pay class handles the payment from the customer
Показать файл Открыть проект

Открытые методы

Метод Описание
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