Table of Contents

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

ledgerId string

The 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.

To top