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.BGMessageException
public void close()
close
in interface java.lang.AutoCloseable
public void pay(Transaction transaction, int orderType) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
ru.bitel.bgbilling.common.BGException
java.sql.SQLException