Class Transaction
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.bgbilling.common.bean.BGAbstractTransaction
ru.bitel.bgbilling.modules.rurupay.common.bean.Transaction
- All Implemented Interfaces:
Serializable
,Idable
Запись о платеже.
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Transaction.Builder
builder()
getOrder()
void
setCancelReason
(RuRuPayCancelReason cancelReason) void
Methods inherited from class ru.bitel.bgbilling.common.bean.BGAbstractTransaction
getCardholderName, getContractComment, getContractId, getContractTitle, getCreateDate, getPan, getParameter, getParameters, getPaymentId, getStatus, getSum, getTransactionDate, getTransactionId, getTransactionType, isAutopayment, setAutopayment, setContractComment, setContractId, setContractTitle, setCreateDate, setParameters, setPaymentId, setStatus, setSum, setTransactionDate, setTransactionId, setTransactionType, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
getLogger, logError
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
getCancelReason
-
getCancelReasonString
-
setCancelReason
-
getOrder
-
setOrder
-
builder
-