Click or drag to resize

IAtomiaBillingApiGetPaymentMethodById Method

Gets the payment method by given ID.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
PaymentMethod GetPaymentMethodById(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Guid of payment method.

Return Value

Type: PaymentMethod
Requested payment method.
See Also