Class WalletWithPaymentAccounts

java.lang.Object
com.broadleafcommerce.billing.job.domain.WalletWithPaymentAccounts

public class WalletWithPaymentAccounts extends Object
This is a container for a Wallet and a list of PaymentAccount
  • Constructor Details

    • WalletWithPaymentAccounts

      public WalletWithPaymentAccounts(Wallet wallet, List<PaymentAccount> paymentAccounts)
    • WalletWithPaymentAccounts

      public WalletWithPaymentAccounts()
  • Method Details