Class BillingProperties.CreateBillingEvent

java.lang.Object
com.broadleafcommerce.billing.provider.jpa.environment.BillingProperties.CreateBillingEvent
Enclosing class:
BillingProperties

public static class BillingProperties.CreateBillingEvent extends Object
  • Constructor Details

    • CreateBillingEvent

      public CreateBillingEvent()
  • Method Details

    • allowTaxPersistenceFromRequest

      public boolean allowTaxPersistenceFromRequest()
    • allowAdjustmentPersistenceFromRequest

      public boolean allowAdjustmentPersistenceFromRequest()
    • allowPaymentTransactionDetailPersistenceFromRequest

      public boolean allowPaymentTransactionDetailPersistenceFromRequest()
    • isAllowTaxPersistenceFromRequest

      public boolean isAllowTaxPersistenceFromRequest()
      Allows persistence of tax details when creating BillingEvent from an external request
    • isAllowAdjustmentPersistenceFromRequest

      public boolean isAllowAdjustmentPersistenceFromRequest()
      Allows persistence of adjustments when creating BillingEvent from an external request
    • isAllowPaymentTransactionDetailPersistenceFromRequest

      public boolean isAllowPaymentTransactionDetailPersistenceFromRequest()
      Allows persistence of transaction details when creating BillingEvent from an external request
    • setAllowTaxPersistenceFromRequest

      public void setAllowTaxPersistenceFromRequest(boolean allowTaxPersistenceFromRequest)
      Allows persistence of tax details when creating BillingEvent from an external request
    • setAllowAdjustmentPersistenceFromRequest

      public void setAllowAdjustmentPersistenceFromRequest(boolean allowAdjustmentPersistenceFromRequest)
      Allows persistence of adjustments when creating BillingEvent from an external request
    • setAllowPaymentTransactionDetailPersistenceFromRequest

      public void setAllowPaymentTransactionDetailPersistenceFromRequest(boolean allowPaymentTransactionDetailPersistenceFromRequest)
      Allows persistence of transaction details when creating BillingEvent from an external request
    • 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