Class AccountOperation.AccountReference

java.lang.Object
com.highdeal.pnr.hci.AccountOperation.AccountReference
Enclosing class:
AccountOperation

public static class AccountOperation.AccountReference extends Object
This class represents a reference to an account impacted by a charging operation.

An account reference contains:

  • The type of the account impacted: prepaid (managed in the SAP CC system, external (postpaid aacount managed in a third-party accounting system)
  • The identifier of the account impacted

  • Constructor Details

    • AccountReference

      public AccountReference()
      Builds an uninitialized account reference.
    • AccountReference

      public AccountReference(AccountOperation.AccountReferenceType type, String id)
      Builds an account reference with a type and an identifier.
      Parameters:
      type - The type of the referenced account
      id - The identifier of the reference account
  • Method Details