Click or drag to resize

PlaziusPaymentItemAdditionalData Class

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

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

The PlaziusPaymentItemAdditionalData type exposes the following members.

Constructors
 NameDescription
Public methodPlaziusPaymentItemAdditionalDataInitializes a new instance of the PlaziusPaymentItemAdditionalData class
Top
Properties
 NameDescription
Public propertyCardExternalId 
Public propertyCardExternalIdType 
Public propertyCardNumberOrBarcode 
Public propertyDiscountSum Total sum that Plazius will process as discount from all discount marketing campaigns. It is calculated by Plazius, so setting it to another value can be harmful.
Obsolete
Public propertyDiscountSums Sums that Plazius will process as discount from all discount marketing campaigns. It is calculated by Plazius, so setting it to another value can be harmful.
Top
Methods
 NameDescription
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodEquals(PlaziusPaymentItemAdditionalData)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