Class LedgerPaymentHelper
- Namespace
- Dynamicweb.Ecommerce.Ledgers
- Assembly
- Dynamicweb.Ecommerce.dll
Provides helper methods for retrieving payment information associated with ledgers.
public static class LedgerPaymentHelper
- Inheritance
-
LedgerPaymentHelper
- Inherited Members
Methods
GetPaymentForLedger(string)
Retrieves payment information for the specified ledger identifier.
public static LedgerPaymentInfo? GetPaymentForLedger(string ledgerId)
Parameters
ledgerIdstringThe unique identifier of the ledger to resolve payment information for.
Returns
- LedgerPaymentInfo
A LedgerPaymentInfo instance when a payment exists for the specified ledger; otherwise, null.