Udostępnij za pośrednictwem


BillingPermissions interface

Interfejs reprezentujący element BillingPermissions.

Metody

listByBillingAccount(string, BillingPermissionsListByBillingAccountOptionalParams)

Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma na koncie rozliczeniowym.

listByBillingProfile(string, string, BillingPermissionsListByBillingProfileOptionalParams)

Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma w profilu rozliczeniowym.

listByCustomer(string, string, BillingPermissionsListByCustomerOptionalParams)

Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma dla klienta.

listByInvoiceSections(string, string, string, BillingPermissionsListByInvoiceSectionsOptionalParams)

Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma w sekcji faktury.

Szczegóły metody

listByBillingAccount(string, BillingPermissionsListByBillingAccountOptionalParams)

Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma na koncie rozliczeniowym.

function listByBillingAccount(billingAccountName: string, options?: BillingPermissionsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<BillingPermissionsProperties, BillingPermissionsProperties[], PageSettings>

Parametry

billingAccountName

string

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

Zwraca

listByBillingProfile(string, string, BillingPermissionsListByBillingProfileOptionalParams)

Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma w profilu rozliczeniowym.

function listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: BillingPermissionsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<BillingPermissionsProperties, BillingPermissionsProperties[], PageSettings>

Parametry

billingAccountName

string

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

billingProfileName

string

Identyfikator, który jednoznacznie identyfikuje profil rozliczeniowy.

Zwraca

listByCustomer(string, string, BillingPermissionsListByCustomerOptionalParams)

Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma dla klienta.

function listByCustomer(billingAccountName: string, customerName: string, options?: BillingPermissionsListByCustomerOptionalParams): PagedAsyncIterableIterator<BillingPermissionsProperties, BillingPermissionsProperties[], PageSettings>

Parametry

billingAccountName

string

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

customerName

string

Identyfikator, który jednoznacznie identyfikuje klienta.

Zwraca

listByInvoiceSections(string, string, string, BillingPermissionsListByInvoiceSectionsOptionalParams)

Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma w sekcji faktury.

function listByInvoiceSections(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: BillingPermissionsListByInvoiceSectionsOptionalParams): PagedAsyncIterableIterator<BillingPermissionsProperties, BillingPermissionsProperties[], PageSettings>

Parametry

billingAccountName

string

Identyfikator, który jednoznacznie identyfikuje konto rozliczeniowe.

billingProfileName

string

Identyfikator, który jednoznacznie identyfikuje profil rozliczeniowy.

invoiceSectionName

string

Identyfikator, który jednoznacznie identyfikuje sekcję faktury.

Zwraca