Class BillingProperties.CreateBillingEvent
java.lang.Object
com.broadleafcommerce.billing.provider.jpa.environment.BillingProperties.CreateBillingEvent
- Enclosing class:
- BillingProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanprotected booleanbooleaninthashCode()booleanAllows persistence ofadjustmentswhen creatingBillingEventfrom an external requestbooleanAllows persistence oftransaction detailswhen creatingBillingEventfrom an external requestbooleanAllows persistence oftax detailswhen creatingBillingEventfrom an external requestvoidsetAllowAdjustmentPersistenceFromRequest(boolean allowAdjustmentPersistenceFromRequest) Allows persistence ofadjustmentswhen creatingBillingEventfrom an external requestvoidsetAllowPaymentTransactionDetailPersistenceFromRequest(boolean allowPaymentTransactionDetailPersistenceFromRequest) Allows persistence oftransaction detailswhen creatingBillingEventfrom an external requestvoidsetAllowTaxPersistenceFromRequest(boolean allowTaxPersistenceFromRequest) Allows persistence oftax detailswhen creatingBillingEventfrom an external requesttoString()
-
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 oftax detailswhen creatingBillingEventfrom an external request -
isAllowAdjustmentPersistenceFromRequest
public boolean isAllowAdjustmentPersistenceFromRequest()Allows persistence ofadjustmentswhen creatingBillingEventfrom an external request -
isAllowPaymentTransactionDetailPersistenceFromRequest
public boolean isAllowPaymentTransactionDetailPersistenceFromRequest()Allows persistence oftransaction detailswhen creatingBillingEventfrom an external request -
setAllowTaxPersistenceFromRequest
public void setAllowTaxPersistenceFromRequest(boolean allowTaxPersistenceFromRequest) Allows persistence oftax detailswhen creatingBillingEventfrom an external request -
setAllowAdjustmentPersistenceFromRequest
public void setAllowAdjustmentPersistenceFromRequest(boolean allowAdjustmentPersistenceFromRequest) Allows persistence ofadjustmentswhen creatingBillingEventfrom an external request -
setAllowPaymentTransactionDetailPersistenceFromRequest
public void setAllowPaymentTransactionDetailPersistenceFromRequest(boolean allowPaymentTransactionDetailPersistenceFromRequest) Allows persistence oftransaction detailswhen creatingBillingEventfrom an external request -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-