Click or drag to resize

IAtomiaBillingApiGetDefaultPaymentMethod Method

Gets the default payment method for given account.

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

Parameters

accountId
Type: SystemGuid
The account id.

Return Value

Type: PaymentMethod
Default payment method.
See Also