Click or drag to resize

PaymentReasonsRepositoryIsSystemPaymentReasonId Method

Determines whether the specified payment reason identifier is system payment reason.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static bool IsSystemPaymentReasonId(
	Guid paymentReasonId
)

Parameters

paymentReasonId
Type: SystemGuid
The payment reason identifier.

Return Value

Type: Boolean
true if whether the specified payment reason identifier is system payment reason otherwise, false.
See Also