Class BillingEventPaymentWithTransaction
java.lang.Object
com.broadleafcommerce.billing.domain.BillingEventPaymentWithTransaction
This is a container for a
BillingEventPayment and a list of
PaymentTransactionDetail-
Constructor Summary
ConstructorsConstructorDescriptionBillingEventPaymentWithTransaction(BillingEventPayment billingEventPayment, List<@NotNull PaymentTransactionDetail> paymentTransactions) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanpayment for the billing eventList<@NotNull PaymentTransactionDetail>Payment Transactions processed for thisBillingEventPaymentWithTransactioninthashCode()voidsetBillingEventPayment(BillingEventPayment billingEventPayment) payment for the billing eventvoidsetPaymentTransactions(List<@NotNull PaymentTransactionDetail> paymentTransactions) Payment Transactions processed for thisBillingEventPaymentWithTransactiontoString()
-
Constructor Details
-
BillingEventPaymentWithTransaction
public BillingEventPaymentWithTransaction() -
BillingEventPaymentWithTransaction
public BillingEventPaymentWithTransaction(BillingEventPayment billingEventPayment, List<@NotNull PaymentTransactionDetail> paymentTransactions)
-
-
Method Details
-
getBillingEventPayment
payment for the billing event -
getPaymentTransactions
Payment Transactions processed for thisBillingEventPaymentWithTransaction -
setBillingEventPayment
payment for the billing event -
setPaymentTransactions
Payment Transactions processed for thisBillingEventPaymentWithTransaction -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-