Class WalletWithPaymentAccounts
java.lang.Object
com.broadleafcommerce.billing.job.domain.WalletWithPaymentAccounts
This is a container for a
Wallet and a list of PaymentAccount-
Constructor Summary
ConstructorsConstructorDescriptionWalletWithPaymentAccounts(Wallet wallet, List<PaymentAccount> paymentAccounts) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetPaymentAccounts(List<PaymentAccount> paymentAccounts) voidtoString()
-
Constructor Details
-
WalletWithPaymentAccounts
-
WalletWithPaymentAccounts
public WalletWithPaymentAccounts()
-
-
Method Details