Click or drag to resize

PaymentPaymentDetails Property


Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[FetchStrategyHintAttribute(PropertyFetchStrategy.Preload)]
[NetForumSubEntityCollectionAttribute("(pyd_void_flag = 0) and (pyd_ajd_key is null)", 
	NetForumDataBindingMode.ReadOnly, null)]
public IReadOnlyCollection<PaymentDetail> PaymentDetails { get; }

Property Value

IReadOnlyCollectionPaymentDetail
See Also