Click or drag to resize

PaymentProfileHelperListPaymentProfilesByAccount Method

Gets the payment profiles for account.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static List<PaymentProfile> ListPaymentProfilesByAccount(
	Guid accountId,
	PaymentProfileStatus[] allowedStatuses
)

Parameters

accountId
Type: SystemGuid
The account id.
allowedStatuses
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentProfileStatus
Allowed payment profile statuses.

Return Value

Type: ListPaymentProfile
List of payment profiles for a customer.
See Also