Click or drag to resize

IAtomiaBillingApi.GetPaymentProfiles 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: System.Guid
The account id.
allowedStatuses
Type:Atomia.Billing.Core.Sdk.BusinessObjects.PaymentProfileStatus[]
The allowed statuses.

Return Value

Type: List<PaymentProfile>
List of payment profiles for a customer.
See Also