Class PaymentPostCheckoutCompletionEvent

java.lang.Object
com.broadleafcommerce.paymenttransaction.service.messaging.checkoutcompletion.PaymentPostCheckoutCompletionEvent
All Implemented Interfaces:
Serializable

public class PaymentPostCheckoutCompletionEvent extends Object implements Serializable
See Also:
  • Constructor Details

    • PaymentPostCheckoutCompletionEvent

      public PaymentPostCheckoutCompletionEvent()
  • Method Details

    • getOwnerType

      public String getOwnerType()
      The type of the owner of the payment that was submitted for checkout. This would typically be DefaultPaymentOwnerTypes.BLC_CART.
      Returns:
      The type of the owner of the payment that was submitted for checkout
    • getOwnerId

      public String getOwnerId()
      The id of the owner of the payment that was submitted for checkout.
      Returns:
      The id of the owner of the payment that was submitted for checkout
    • getOrderNumber

      public String getOrderNumber()
      The order number of the entity that was submitted for checkout.
      Returns:
      The order number of the entity that was submitted for checkout
    • getSubmitDate

      public Instant getSubmitDate()
      The submit date of the entity that was submitted for checkout.
      Returns:
      The submit date of the entity that was submitted for checkout
    • getCustomerRef

      public CustomerRef getCustomerRef()
      The reference to the customer who owns the cart and payments of this event.
      Returns:
      The reference to the customer who owns the cart and payments of this event.
    • getPaymentSummaries

      public List<PaymentSummary> getPaymentSummaries()
      The payments that completed the checkout workflow
    • getContextInfo

      public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()
      The ContextInfo derived from the original request containing tenant and sandbox info.
      Returns:
      The ContextInfo derived from the original request
    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
      Miscellaneous attributes that can be added to this payload in order to provide more information. Note, it is recommended to not add any sensitive information in these attributes.
      Returns:
      Miscellaneous attributes that can be added to this payload.
    • setOwnerType

      public void setOwnerType(String ownerType)
      The type of the owner of the payment that was submitted for checkout. This would typically be DefaultPaymentOwnerTypes.BLC_CART.
    • setOwnerId

      public void setOwnerId(String ownerId)
      The id of the owner of the payment that was submitted for checkout.
    • setOrderNumber

      public void setOrderNumber(String orderNumber)
      The order number of the entity that was submitted for checkout.
    • setSubmitDate

      public void setSubmitDate(Instant submitDate)
      The submit date of the entity that was submitted for checkout.
    • setCustomerRef

      public void setCustomerRef(CustomerRef customerRef)
      The reference to the customer who owns the cart and payments of this event.
    • setPaymentSummaries

      public void setPaymentSummaries(List<PaymentSummary> paymentSummaries)
      The payments that completed the checkout workflow
    • setContextInfo

      public void setContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      The ContextInfo derived from the original request containing tenant and sandbox info.
    • setAdditionalAttributes

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
      Miscellaneous attributes that can be added to this payload in order to provide more information. Note, it is recommended to not add any sensitive information in these attributes.
      Parameters:
      additionalAttributes - Miscellaneous attributes that can be added to this payload.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object