Click or drag to resize

IikoCard51PaymentItemAdditionalData Class

Additional data for Syrve Loyalty (legacy) payment item.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsIikoCard51PaymentItemAdditionalData

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

The IikoCard51PaymentItemAdditionalData type exposes the following members.

Constructors
 NameDescription
Public methodIikoCard51PaymentItemAdditionalDataInitializes a new instance of the IikoCard51PaymentItemAdditionalData class
Top
Properties
 NameDescription
Public propertyCredential Guest credential, authorizing payment.
Public propertySearchScope Guest credential search scope.
Top
Methods
 NameDescription
Public methodEquals(IikoCard51PaymentItemAdditionalData)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
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