Click or drag to resize

IAtomiaBillingApiGetPaymentOverview Method

Gets the payment overview for an account.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<PaymentOverview> GetPaymentOverview(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account id.

Return Value

Type: ListPaymentOverview
Payment overview for an account.
See Also