Click or drag to resize

IAtomiaBillingApiGetPaymentProfiles Method

Gets the payment profiles.

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

Parameters

accountId
Type: SystemGuid
The account id.
allowedStatuses
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentProfileStatus
The allowed statuses.

Return Value

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