Click or drag to resize

AccountsHelperGetDefaultPaymentMethod Method

Gets the default 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 GetDefaultPaymentMethod(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account id.

Return Value

Type: PaymentMethod
Default payment method.
See Also