Click or drag to resize

PaymentMethodsHelperGetPaymentMethodById Method

Gets the payment method by given ID.

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 PaymentMethod GetPaymentMethodById(
	Guid id
)

Parameters

id
Type: SystemGuid

[Missing <param name="id"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PaymentMethodsHelper.GetPaymentMethodById(System.Guid)"]

Return Value

Type: PaymentMethod
Requested payment method.
See Also