Click or drag to resize

IAtomiaBillingApiGetAllPaymentMethods Method

Gets all available payment methods in an environment.

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

Return Value

Type: IListPaymentMethod
List of available payment methods.
See Also