Click or drag to resize
Infosoft Logo

InvalidPaymentOperationFaultExpectedStates Property

Gets or sets a list of possible expected states, in cases where the problem is that the operation is in the wrong state.

Namespace: Infosoft.Common.Contracts.FaultContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public IList<PaymentState> ExpectedStates { get; set; }

Property Value

IListPaymentState
See Also