 | PaymentRequestEntityJobTransactionIds Property |
Gets or sets the job transaction ids.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Payment
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<Nullable<int>> JobTransactionIds { get; set; }
Public Property JobTransactionIds As IList(Of Nullable(Of Integer))
Get
Set
Property Value
Type:
IListNullableInt32
The JobTransactionIds.
See Also