Click or drag to resize

PaymentDataContextExtensions Class

Inheritance Hierarchy
SystemObject
  Resto.Front.Api.ExtensionsPaymentDataContextExtensions

Namespace: Resto.Front.Api.Extensions
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public static class PaymentDataContextExtensions

The PaymentDataContextExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetCustomDataT Method to get your custom data from Syrve storage.
Public Extension MethodGetRollbackDataT Method to get your rollback data from Syrve storage.
Public Extension MethodSetCustomDataT Method to set your custom data to store in Syrve storage.
Public Extension MethodSetRollbackDataT Method to set your rollback data to store in Syrve storage. Data will be saved on disk after successful payment.
Top
Fields
 NameDescription
Public fieldStatic memberMaxExternalPaymentItemDataLength Max length of the external data to be saved inside an order in the string representation.
Top
See Also