PMBalanceListExtensionsGetPaid Method |
The paid balance in the list
Namespace: PM90SettingsAPIAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public static PMBalance GetPaid(
this List<PMBalance> balances
)
Parameters
- balances
- Type: System.Collections.GenericListPMBalance
[Missing <param name="balances"/> documentation for "M:PM90SettingsAPI.PMBalanceListExtensions.GetPaid(System.Collections.Generic.List{PM90SettingsAPI.PMBalance})"]
Return Value
Type:
PMBalance[Missing <returns> documentation for "M:PM90SettingsAPI.PMBalanceListExtensions.GetPaid(System.Collections.Generic.List{PM90SettingsAPI.PMBalance})"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ListPMBalance. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also