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
)
Public Shared Function GetPaymentMethodById (
id As Guid
) As PaymentMethod
public:
static PaymentMethod^ GetPaymentMethodById(
Guid id
)
static member GetPaymentMethodById :
id : Guid -> PaymentMethod
Parameters
- id
- Type: SystemGuid
[Missing <param name="id"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PaymentMethodsHelper.GetPaymentMethodById(System.Guid)"]
Return Value
Type:
PaymentMethodRequested payment method.
See Also