Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Charges

Package version

Class representing a Charges.

Hierarchy

  • Charges

Index

Constructors

constructor

Methods

listByDepartment

  • listByDepartment(billingAccountId: string, departmentId: string, options?: Models.ChargesListByDepartmentOptionalParams): Promise<Models.ChargesListByDepartmentResponse>
  • listByDepartment(billingAccountId: string, departmentId: string, callback: msRest.ServiceCallback<ChargesListResult>): void
  • listByDepartment(billingAccountId: string, departmentId: string, options: ChargesListByDepartmentOptionalParams, callback: msRest.ServiceCallback<ChargesListResult>): void
  • Lists the charges by departmentId.

    Parameters

    • billingAccountId: string

      BillingAccount ID

    • departmentId: string

      Department ID

    • Optional options: Models.ChargesListByDepartmentOptionalParams

    Returns Promise<Models.ChargesListByDepartmentResponse>

    Promise<Models.ChargesListByDepartmentResponse>

  • Parameters

    • billingAccountId: string

      BillingAccount ID

    • departmentId: string

      Department ID

    • callback: msRest.ServiceCallback<ChargesListResult>

      The callback

    Returns void

  • Parameters

    Returns void

listByEnrollmentAccount

  • listByEnrollmentAccount(billingAccountId: string, enrollmentAccountId: string, options?: Models.ChargesListByEnrollmentAccountOptionalParams): Promise<Models.ChargesListByEnrollmentAccountResponse>
  • listByEnrollmentAccount(billingAccountId: string, enrollmentAccountId: string, callback: msRest.ServiceCallback<ChargesListResult>): void
  • listByEnrollmentAccount(billingAccountId: string, enrollmentAccountId: string, options: ChargesListByEnrollmentAccountOptionalParams, callback: msRest.ServiceCallback<ChargesListResult>): void
  • Lists the charges by enrollmentAccountId.

    Parameters

    • billingAccountId: string

      BillingAccount ID

    • enrollmentAccountId: string

      EnrollmentAccount ID

    • Optional options: Models.ChargesListByEnrollmentAccountOptionalParams

    Returns Promise<Models.ChargesListByEnrollmentAccountResponse>

    Promise<Models.ChargesListByEnrollmentAccountResponse>

  • Parameters

    • billingAccountId: string

      BillingAccount ID

    • enrollmentAccountId: string

      EnrollmentAccount ID

    • callback: msRest.ServiceCallback<ChargesListResult>

      The callback

    Returns void

  • Parameters

    Returns void

listForBillingPeriodByDepartment

  • listForBillingPeriodByDepartment(billingAccountId: string, departmentId: string, billingPeriodName: string, options?: Models.ChargesListForBillingPeriodByDepartmentOptionalParams): Promise<Models.ChargesListForBillingPeriodByDepartmentResponse>
  • listForBillingPeriodByDepartment(billingAccountId: string, departmentId: string, billingPeriodName: string, callback: msRest.ServiceCallback<ChargeSummary>): void
  • listForBillingPeriodByDepartment(billingAccountId: string, departmentId: string, billingPeriodName: string, options: ChargesListForBillingPeriodByDepartmentOptionalParams, callback: msRest.ServiceCallback<ChargeSummary>): void
  • Lists the charges based on departmentId by billing period.

    Parameters

    • billingAccountId: string

      BillingAccount ID

    • departmentId: string

      Department ID

    • billingPeriodName: string

      Billing Period Name.

    • Optional options: Models.ChargesListForBillingPeriodByDepartmentOptionalParams

    Returns Promise<Models.ChargesListForBillingPeriodByDepartmentResponse>

    Promise<Models.ChargesListForBillingPeriodByDepartmentResponse>

  • Parameters

    • billingAccountId: string

      BillingAccount ID

    • departmentId: string

      Department ID

    • billingPeriodName: string

      Billing Period Name.

    • callback: msRest.ServiceCallback<ChargeSummary>

      The callback

    Returns void

  • Parameters

    Returns void

listForBillingPeriodByEnrollmentAccount

  • listForBillingPeriodByEnrollmentAccount(billingAccountId: string, enrollmentAccountId: string, billingPeriodName: string, options?: Models.ChargesListForBillingPeriodByEnrollmentAccountOptionalParams): Promise<Models.ChargesListForBillingPeriodByEnrollmentAccountResponse>
  • listForBillingPeriodByEnrollmentAccount(billingAccountId: string, enrollmentAccountId: string, billingPeriodName: string, callback: msRest.ServiceCallback<ChargeSummary>): void
  • listForBillingPeriodByEnrollmentAccount(billingAccountId: string, enrollmentAccountId: string, billingPeriodName: string, options: ChargesListForBillingPeriodByEnrollmentAccountOptionalParams, callback: msRest.ServiceCallback<ChargeSummary>): void
  • Lists the charges based on enrollmentAccountId by billing period.

    Parameters

    • billingAccountId: string

      BillingAccount ID

    • enrollmentAccountId: string

      EnrollmentAccount ID

    • billingPeriodName: string

      Billing Period Name.

    • Optional options: Models.ChargesListForBillingPeriodByEnrollmentAccountOptionalParams

    Returns Promise<Models.ChargesListForBillingPeriodByEnrollmentAccountResponse>

    Promise<Models.ChargesListForBillingPeriodByEnrollmentAccountResponse>

  • Parameters

    • billingAccountId: string

      BillingAccount ID

    • enrollmentAccountId: string

      EnrollmentAccount ID

    • billingPeriodName: string

      Billing Period Name.

    • callback: msRest.ServiceCallback<ChargeSummary>

      The callback

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc