Click or drag to resize

BankPaymentRuExtensionKeys Class

Russian-specific extension keys for additional bank payment data stored in Extensions. Use these keys only for data that is required by Russian reporting rules and is not represented by the core BankTransactionDetails properties or by neutral BankPaymentExtensionKeys.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsBankPaymentRuExtensionKeys

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public static class BankPaymentRuExtensionKeys

The BankPaymentRuExtensionKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberFfdPaymentChannelCode
Extension key for the pc attribute of FFD attribute 1238 "Additional information about non-cash payment". See BankPaymentRuExtensionValuesFfdPaymentChannelCode for possible values.
Public fieldStatic memberFfdPaymentMethodCode
Extension key for FFD attribute 1236 "Payment method attribute". See BankPaymentRuExtensionValuesFfdPaymentMethodCode for possible values.
Public fieldStatic memberFfdPaymentSystemCode
Extension key for the psid attribute of FFD attribute 1237 "Non-cash payment identifier". See BankPaymentRuExtensionValuesFfdPaymentSystemCode for possible values.
Public fieldStatic memberFfdPaymentToolCode
Extension key for the pt attribute of FFD attribute 1238 "Additional information about non-cash payment". See BankPaymentRuExtensionValuesFfdPaymentToolCode for possible values.
Top
See Also