Click or drag to resize

PaymentMethodsHelperGetPaymentProfiles Method

Note: This API is now obsolete.

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
[ObsoleteAttribute("Use same method from PaymentProfileHelper class!", 
	false)]
public static List<PaymentProfile> GetPaymentProfiles(
	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