 | PaymentRequestEntityOneOffActionTransactionIds Property |
Gets or sets the OneOffActionTransactionIds
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>> OneOffActionTransactionIds { get; set; }
Public Property OneOffActionTransactionIds As IList(Of Nullable(Of Integer))
Get
Set
Property Value
Type:
IListNullableInt32
The OneOffActionTransactionIds
See Also