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.V9 (in Resto.Front.Api.V9.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 propertyIsInternetPayment Indicates whether the settlement is an internet payment transaction
Public propertyNeedReceipt Whether paper cheque should be printed.
Public propertyPhone Phone to send cheque information (by sms).
Public propertyRetailAddress Retail address
Public propertySettlementPlace Settlement place.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns 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