Click or drag to resize

WriteoffPaymentItemAdditionalData Class

Additional information for writeoff payment types.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsWriteoffPaymentItemAdditionalData

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
[SerializableAttribute]
public sealed class WriteoffPaymentItemAdditionalData : IEquatable<WriteoffPaymentItemAdditionalData>, 
	IPaymentItemAdditionalData

The WriteoffPaymentItemAdditionalData type exposes the following members.

Constructors
  NameDescription
Public methodWriteoffPaymentItemAdditionalData
Initializes a new instance of the WriteoffPaymentItemAdditionalData class
Top
Properties
  NameDescription
Public propertyAuthorizationUser
User, which authorization is required by writeoff payment type settings. IUser.Type may be Employee or Guest.
Public propertyRatio
Coefficient of writeoff (1 or -1). Can be null where the field was not filled explicit.
Public propertyReason
Reason of writeoff.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(WriteoffPaymentItemAdditionalData)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also