PaymentTransactionReversalReason Property |
The reason for the reversal of the payment.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<PaymentTransactionsRepositoryReversalReason> ReversalReason { get; set; }
Public Property ReversalReason As Nullable(Of PaymentTransactionsRepositoryReversalReason)
Get
Set
public:
property Nullable<PaymentTransactionsRepositoryReversalReason^>^ ReversalReason {
Nullable<PaymentTransactionsRepositoryReversalReason^>^ get ();
void set (Nullable<PaymentTransactionsRepositoryReversalReason^>^ value);
}
member ReversalReason : Nullable<PaymentTransactionsRepositoryReversalReason> with get, set
Property Value
Type:
NullablePaymentTransactionsRepositoryReversalReason
See Also