Class CreditAccountTransaction
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.domain.payment.CreditAccountTransaction
-
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.ContextStateAware,Serializable
public class CreditAccountTransaction extends Object implements Serializable, com.broadleafcommerce.data.tracking.core.ContextStateAware
The transaction information for the credit account.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreditAccountTransaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)javax.money.MonetaryAmountgetAmount()The amount related to this transaction.com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextStategetContextState()A subset ofTrackinginformation to expose the context state for this object.CreditAccountRefgetCreditAccountRef()The credit account reference to the credit account.javax.money.CurrencyUnitgetCurrency()The currency gathered fromgetAmount()InstantgetDateRecorded()The timestamp when this transaction response was recorded.StringgetId()The id of this transaction.StringgetReason()The reason for this transaction.StringgetReasonDescription()Description for the reason for this transaction.StringgetRequestId()The id used to represent the request that produced this transaction.StringgetSource()The name of the system that initiated the transaction - e.g.StringgetSourceEntityId()The ID of the source entity associated with the transaction.StringgetSourceEntityType()The type of the source entity associated with the transaction.StringgetSourceUserId()The id of user who initiated the transaction.StringgetSourceUserType()The type of user who initiated the transaction.StringgetTransactionReferenceId()The transaction id known by the payment gateway.StringgetType()The type of this transaction.inthashCode()voidsetAmount(javax.money.MonetaryAmount amount)The amount related to this transaction.voidsetContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)A subset ofTrackinginformation to expose the context state for this object.voidsetCreditAccountRef(CreditAccountRef creditAccountRef)The credit account reference to the credit account.voidsetCurrency(javax.money.CurrencyUnit currencyUnit)voidsetDateRecorded(Instant dateRecorded)The timestamp when this transaction response was recorded.voidsetId(String id)The id of this transaction.voidsetReason(String reason)The reason for this transaction.voidsetReasonDescription(String reasonDescription)Description for the reason for this transaction.voidsetRequestId(String requestId)The id used to represent the request that produced this transaction.voidsetSource(String source)The name of the system that initiated the transaction - e.g.voidsetSourceEntityId(String sourceEntityId)The ID of the source entity associated with the transaction.voidsetSourceEntityType(String sourceEntityType)The type of the source entity associated with the transaction.voidsetSourceUserId(String sourceUserId)The id of user who initiated the transaction.voidsetSourceUserType(String sourceUserType)The type of user who initiated the transaction.voidsetTransactionReferenceId(String transactionReferenceId)The transaction id known by the payment gateway.voidsetType(String type)The type of this transaction.StringtoString()
-
-
-
Method Detail
-
getCurrency
@Nullable public javax.money.CurrencyUnit getCurrency()
The currency gathered fromgetAmount()- Returns:
- The currency gathered from the amount
-
setCurrency
public void setCurrency(javax.money.CurrencyUnit currencyUnit)
-
getId
public String getId()
The id of this transaction.- Returns:
- The id of this transaction.
-
getCreditAccountRef
public CreditAccountRef getCreditAccountRef()
The credit account reference to the credit account.- Returns:
- The credit account reference to the credit account.
-
getTransactionReferenceId
public String getTransactionReferenceId()
The transaction id known by the payment gateway. This reference can be used to link the request to the gateway's record of the transaction in the case that the calling application does not receive a response from the gateway.- Returns:
- The transaction id known by the payment gateway
-
getRequestId
public String getRequestId()
The id used to represent the request that produced this transaction.- Returns:
- The id used to represent the request that produced this transaction
-
getType
public String getType()
The type of this transaction. By default, it can be "CREDIT" or "DEBIT"- Returns:
- The type of this transaction
-
getSource
public String getSource()
The name of the system that initiated the transaction - e.g. CART_OPERATION_SERVICES vs ORDER_OPERATION_SERVICES.- Returns:
- The name of the system that initiated the transaction
-
getSourceUserType
public String getSourceUserType()
The type of user who initiated the transaction. By default, it can be "BLC_CUSTOMER", "BLC_ACCOUNT" or "BLC_CSR".- Returns:
- The type of user who initiated the transaction
-
getSourceUserId
public String getSourceUserId()
The id of user who initiated the transaction.- Returns:
- The id of user who initiated the transaction
-
getSourceEntityType
public String getSourceEntityType()
The type of the source entity associated with the transaction. For example, "CHECKOUT_REQUEST" or "ORDER_FULFILLMENT".- Returns:
- The type of the source entity associated with the transaction
-
getSourceEntityId
public String getSourceEntityId()
The ID of the source entity associated with the transaction.For example, if
getSourceEntityType()isORDER_FULFILLMENT, this would be the ID of theOrderFulfillment.- Returns:
- The ID of the source entity associated with the transaction
- See Also:
getSourceEntityType()
-
getReason
public String getReason()
The reason for this transaction.- Returns:
- The reason for this transaction
-
getReasonDescription
public String getReasonDescription()
Description for the reason for this transaction.- Returns:
- Description for the reason for this transaction
-
getDateRecorded
public Instant getDateRecorded()
The timestamp when this transaction response was recorded.- Returns:
- The timestamp when this transaction response was recorded
-
getAmount
public javax.money.MonetaryAmount getAmount()
The amount related to this transaction.- Returns:
- The amount related to this transaction
-
getContextState
public com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState getContextState()
A subset ofTrackinginformation to expose the context state for this object.- Specified by:
getContextStatein interfacecom.broadleafcommerce.data.tracking.core.ContextStateAware- Returns:
- a subset of
Trackinginformation to expose the context state for this object
-
setId
public void setId(String id)
The id of this transaction.- Parameters:
transactionId- The id of this transaction.
-
setCreditAccountRef
public void setCreditAccountRef(CreditAccountRef creditAccountRef)
The credit account reference to the credit account.- Parameters:
transactionId- The credit account reference to the credit account.
-
setTransactionReferenceId
public void setTransactionReferenceId(String transactionReferenceId)
The transaction id known by the payment gateway. This reference can be used to link the request to the gateway's record of the transaction in the case that the calling application does not receive a response from the gateway.- Parameters:
transactionReferenceId- The transaction id known by the payment gateway
-
setRequestId
public void setRequestId(String requestId)
The id used to represent the request that produced this transaction.- Parameters:
requestId- The id used to represent the request that produced this transaction
-
setType
public void setType(String type)
The type of this transaction. By default, it can be "CREDIT" or "DEBIT"- Parameters:
type- The type of this transaction
-
setSource
public void setSource(String source)
The name of the system that initiated the transaction - e.g. CART_OPERATION_SERVICES vs ORDER_OPERATION_SERVICES.- Parameters:
source- The name of the system that initiated the transaction
-
setSourceUserType
public void setSourceUserType(String sourceUserType)
The type of user who initiated the transaction. By default, it can be "BLC_CUSTOMER", "BLC_ACCOUNT" or "BLC_CSR".- Parameters:
sourceUserType- The type of user who initiated the transaction
-
setSourceUserId
public void setSourceUserId(String sourceUserId)
The id of user who initiated the transaction.- Parameters:
sourceUserId- The id of user who initiated the transaction
-
setSourceEntityType
public void setSourceEntityType(String sourceEntityType)
The type of the source entity associated with the transaction. For example, "CHECKOUT_REQUEST" or "ORDER_FULFILLMENT".- Parameters:
sourceEntityType- The type of the source entity associated with the transaction
-
setSourceEntityId
public void setSourceEntityId(String sourceEntityId)
The ID of the source entity associated with the transaction.For example, if
getSourceEntityType()isORDER_FULFILLMENT, this would be the ID of theOrderFulfillment.- Parameters:
sourceEntityId- The ID of the source entity associated with the transaction- See Also:
getSourceEntityType()
-
setReason
public void setReason(String reason)
The reason for this transaction.- Parameters:
reason- The reason for this transaction
-
setReasonDescription
public void setReasonDescription(String reasonDescription)
Description for the reason for this transaction.- Parameters:
reasonDescription- Description for the reason for this transaction
-
setDateRecorded
public void setDateRecorded(Instant dateRecorded)
The timestamp when this transaction response was recorded.- Parameters:
dateRecorded- The timestamp when this transaction response was recorded
-
setAmount
public void setAmount(javax.money.MonetaryAmount amount)
The amount related to this transaction.- Parameters:
amount- The amount related to this transaction
-
setContextState
public void setContextState(com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState)
A subset ofTrackinginformation to expose the context state for this object.- Specified by:
setContextStatein interfacecom.broadleafcommerce.data.tracking.core.ContextStateAware- Parameters:
contextState- a subset ofTrackinginformation to expose the context state for this object
-
canEqual
protected boolean canEqual(Object other)
-
-