WriteoffPaymentItemAdditionalData Class |
Namespace: Resto.Front.Api.Data.Payments
[SerializableAttribute] public sealed class WriteoffPaymentItemAdditionalData : IEquatable<WriteoffPaymentItemAdditionalData>, IPaymentItemAdditionalData
The WriteoffPaymentItemAdditionalData type exposes the following members.
Name | Description | |
---|---|---|
![]() | WriteoffPaymentItemAdditionalData | Initializes a new instance of the WriteoffPaymentItemAdditionalData class |
Name | Description | |
---|---|---|
![]() | AuthorizationUser |
User, which authorization is required by writeoff payment type settings.
IUser.Type may be Employee or Guest.
|
![]() | Ratio |
Coefficient of writeoff (1 or -1).
Can be null where the field was not filled explicit.
|
![]() | Reason |
Reason of writeoff.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) |
![]() | Equals(WriteoffPaymentItemAdditionalData) | Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |