BillingPermissions interface
Interfejs reprezentujący element BillingPermissions.
Metody
list |
Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma na koncie rozliczeniowym. |
list |
Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma w profilu rozliczeniowym. |
list |
Wyświetla listę uprawnień rozliczeniowych, które obiekt wywołujący ma dla klienta. |
list |
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.
Parametry opcji.
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.
Parametry opcji.
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.
Parametry opcji.
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.
Parametry opcji.