Click or drag to resize

IAtomiaBillingApiGetPaymentMethods Method

Gets the available payment methods for given account.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<PaymentMethod> GetPaymentMethods(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account id.

Return Value

Type: IListPaymentMethod
List of available payment methods.
See Also