Click or drag to resize

CardPaymentItemAdditionalData Class

Additional information for card payment types.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsCardPaymentItemAdditionalData

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

The CardPaymentItemAdditionalData type exposes the following members.

Constructors
 NameDescription
Public methodCardPaymentItemAdditionalDataInitializes a new instance of the CardPaymentItemAdditionalData class
Top
Properties
 NameDescription
Public propertyCardNumber Card number.
Public propertyCardType Card type.
Public propertyCustomData Custom data.
Top
Methods
 NameDescription
Public methodEquals(CardPaymentItemAdditionalData)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