Click or drag to resize

PlastekPaymentItemAdditionalData Class

Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsPlastekPaymentItemAdditionalData

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

The PlastekPaymentItemAdditionalData type exposes the following members.

Constructors
  NameDescription
Public methodPlastekPaymentItemAdditionalData
Initializes a new instance of the PlastekPaymentItemAdditionalData class
Top
Properties
  NameDescription
Public propertyPlastekCardNumber
Card number.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(PlastekPaymentItemAdditionalData)
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