Click or drag to resize

ChequeAdditionalInfo Class

Cheque additional information according to russian federal law #54.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsChequeAdditionalInfo

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[SerializableAttribute]
public sealed class ChequeAdditionalInfo

The ChequeAdditionalInfo type exposes the following members.

Constructors
  NameDescription
Public methodChequeAdditionalInfo
Initializes a new instance of the ChequeAdditionalInfo class
Top
Properties
  NameDescription
Public propertyEmail
Email to send cheque information.
Public propertyNeedReceipt
Whether paper cheque should be printed.
Public propertyPhone
Phone to send cheque information (by sms).
Public propertySettlementPlace
Settlement place.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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
Remarks
For Russia only. For other countries use null instead of this class.
See Also