ChargesOperations interface
Interface representing a Charges operations.
Properties
| list | Lists the charges based for the defined scope. |
Property Details
list
Lists the charges based for the defined scope.
list: (scope: string, options?: ChargesListOptionalParams) => Promise<ChargesListResult>
Property Value
(scope: string, options?: ChargesListOptionalParams) => Promise<ChargesListResult>