Click or drag to resize

VoucherPaymentItemAdditionalData Class

Additional information for voucher payment types.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsVoucherPaymentItemAdditionalData

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

The VoucherPaymentItemAdditionalData type exposes the following members.

Constructors
 NameDescription
Public methodVoucherPaymentItemAdditionalDataInitializes a new instance of the VoucherPaymentItemAdditionalData class
Top
Properties
 NameDescription
Public propertyCount Vouchers' count.
Top
Methods
 NameDescription
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodEquals(VoucherPaymentItemAdditionalData)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also