AccountsHelperGetPaymentMethods Method |
Gets the available payment methods for given 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 IList<PaymentMethod> GetPaymentMethods(
Guid accountId
)
Public Shared Function GetPaymentMethods (
accountId As Guid
) As IList(Of PaymentMethod)
public:
static IList<PaymentMethod^>^ GetPaymentMethods(
Guid accountId
)
static member GetPaymentMethods :
accountId : Guid -> IList<PaymentMethod>
Parameters
- accountId
- Type: SystemGuid
The account id.
Return Value
Type:
IListPaymentMethodList of available payment methods.
See Also