public class PayOnlineUtils
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static int |
ORDER_TYPE_REBILL |
static int |
ORDER_TYPE_USUAL |
| Constructor and Description |
|---|
PayOnlineUtils(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
pay(Transaction transaction,
int orderType) |
public static final int ORDER_TYPE_USUAL
public static final int ORDER_TYPE_REBILL
public PayOnlineUtils(java.sql.Connection con,
int mid)
throws ru.bitel.bgbilling.common.BGMessageException
ru.bitel.bgbilling.common.BGMessageExceptionpublic void close()
close in interface java.lang.AutoCloseablepublic void pay(Transaction transaction, int orderType) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLException