PaymentTypeGetDefaultPaymentAccount Method |
Gets the default payment account. If
DefaultPaymentAccount is null it returns the single account for this payment type if there is no more than one.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PaymentAccount GetDefaultPaymentAccount()
Public Function GetDefaultPaymentAccount As PaymentAccount
public:
PaymentAccount^ GetDefaultPaymentAccount()
member GetDefaultPaymentAccount : unit -> PaymentAccount
Return Value
Type:
PaymentAccount
See Also