Click or drag to resize

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)
Syntax
public IList<Nullable<int>> JobTransactionIds { get; set; }

Property Value

Type: IListNullableInt32
The JobTransactionIds.
See Also