#include <CustomerAccount.h>
Assignment of a group of products and services purchased by the customer through a customer agreement, used as a mechanism for customer billing and payment. It contains common information from the various types of customer agreements to create billings (invoices) for a customer and receive payment.
IEC61970::Base::Domain::String IEC61968::Customers::CustomerAccount::billingCycle |
Cycle day on which the associated customer account will normally be billed, used to determine when to produce the billing.
IEC61970::Base::Domain::String IEC61968::Customers::CustomerAccount::budgetBill |
Budget bill code.
std::list<IEC61968::Customers::CustomerAgreement*> IEC61968::Customers::CustomerAccount::CustomerAgreements |
All agreements for this customer account.
std::list<IEC61968::PaymentMetering::Transaction*> IEC61968::Customers::CustomerAccount::PaymentTransactions |
All payment transactions for this customer account.