PaymentPaymentDetails Property
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[FetchStrategyHintAttribute(PropertyFetchStrategy.Preload)]
[NetForumSubEntityCollectionAttribute("(pyd_void_flag = 0) and (pyd_ajd_key is null)",
NetForumDataBindingMode.ReadOnly, null)]
public IReadOnlyCollection<PaymentDetail> PaymentDetails { get; }
<FetchStrategyHintAttribute(PropertyFetchStrategy.Preload)>
<NetForumSubEntityCollectionAttribute("(pyd_void_flag = 0) and (pyd_ajd_key is null)",
NetForumDataBindingMode.ReadOnly, Nothing)>
Public ReadOnly Property PaymentDetails As IReadOnlyCollection(Of PaymentDetail)
Get
public:
[FetchStrategyHintAttribute(PropertyFetchStrategy::Preload)]
[NetForumSubEntityCollectionAttribute(L"(pyd_void_flag = 0) and (pyd_ajd_key is null)",
NetForumDataBindingMode::ReadOnly, nullptr)]
property IReadOnlyCollection<PaymentDetail^>^ PaymentDetails {
IReadOnlyCollection<PaymentDetail^>^ get ();
}
[<FetchStrategyHintAttribute(PropertyFetchStrategy.Preload)>]
[<NetForumSubEntityCollectionAttribute("(pyd_void_flag = 0) and (pyd_ajd_key is null)",
NetForumDataBindingMode.ReadOnly, null)>]
member PaymentDetails : IReadOnlyCollection<PaymentDetail> with get
Property Value
IReadOnlyCollectionPaymentDetail