Class BillingEventDTO
java.lang.Object
com.broadleafcommerce.billing.domain.BillingEventDTO
-
Constructor Summary
ConstructorsConstructorDescriptionBillingEventDTO(BillingEvent billingEvent, List<BillingEventPaymentWithTransaction> billingEventPaymentsWithTransactions, List<BillingEventItemWithTaxDetails> billingEventItemsWithTaxDetails, BillingEventAddress billingEventAddress, List<BillingEventAdjustment> billingEventAdjustments) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA billing address associated to the primary Wallet used for the paymentList ofadjustmentsfor aBillingEventA list ofitems with tax detailsassociated with aBillingEventA list ofpayments with transactionsassociated with aBillingEventinthashCode()voidsetBillingEvent(BillingEvent billingEvent) voidsetBillingEventAddress(BillingEventAddress billingEventAddress) A billing address associated to the primary Wallet used for the paymentvoidsetBillingEventAdjustments(List<BillingEventAdjustment> billingEventAdjustments) List ofadjustmentsfor aBillingEventvoidsetBillingEventItemsWithTaxDetails(List<BillingEventItemWithTaxDetails> billingEventItemsWithTaxDetails) A list ofitems with tax detailsassociated with aBillingEventvoidsetBillingEventPaymentsWithTransactions(List<BillingEventPaymentWithTransaction> billingEventPaymentsWithTransactions) A list ofpayments with transactionsassociated with aBillingEventtoString()
-
Constructor Details
-
BillingEventDTO
public BillingEventDTO() -
BillingEventDTO
public BillingEventDTO(BillingEvent billingEvent, List<BillingEventPaymentWithTransaction> billingEventPaymentsWithTransactions, List<BillingEventItemWithTaxDetails> billingEventItemsWithTaxDetails, BillingEventAddress billingEventAddress, List<BillingEventAdjustment> billingEventAdjustments)
-
-
Method Details
-
getBillingEvent
-
getBillingEventPaymentsWithTransactions
A list ofpayments with transactionsassociated with aBillingEvent -
getBillingEventItemsWithTaxDetails
A list ofitems with tax detailsassociated with aBillingEvent -
getBillingEventAddress
A billing address associated to the primary Wallet used for the payment -
getBillingEventAdjustments
List ofadjustmentsfor aBillingEvent -
setBillingEvent
-
setBillingEventPaymentsWithTransactions
public void setBillingEventPaymentsWithTransactions(List<BillingEventPaymentWithTransaction> billingEventPaymentsWithTransactions) A list ofpayments with transactionsassociated with aBillingEvent -
setBillingEventItemsWithTaxDetails
public void setBillingEventItemsWithTaxDetails(List<BillingEventItemWithTaxDetails> billingEventItemsWithTaxDetails) A list ofitems with tax detailsassociated with aBillingEvent -
setBillingEventAddress
A billing address associated to the primary Wallet used for the payment -
setBillingEventAdjustments
List ofadjustmentsfor aBillingEvent -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-