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
)
Public Shared Function ListPaymentProfilesByAccount (
accountId As Guid,
allowedStatuses As PaymentProfileStatus()
) As List(Of PaymentProfile)
public:
static List<PaymentProfile^>^ ListPaymentProfilesByAccount(
Guid accountId,
array<PaymentProfileStatus>^ allowedStatuses
)
static member ListPaymentProfilesByAccount :
accountId : Guid *
allowedStatuses : PaymentProfileStatus[] -> List<PaymentProfile>
Parameters
- accountId
- Type: SystemGuid
The account id. - allowedStatuses
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentProfileStatus
Allowed payment profile statuses.
Return Value
Type:
ListPaymentProfileList of payment profiles for a customer.
See Also