Click or drag to resize

PaymentMethodsHelperGetPaymentMethod Method

Gets the payment method.

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 GetPaymentMethod(
	string paymentMethodProviderName
)

Parameters

paymentMethodProviderName
Type: SystemString
The payment method provider name.

Return Value

Type: PaymentMethod
Requested payment method or null if not found.
See Also