IEditSessionChangeExternalPaymentItemCustomData Method |
Changes custom data of existing external payment item.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeExternalPaymentItemCustomData(
string customData,
IPaymentItemStub paymentItem,
IOrderStub order
)
Parameters
- customData String
- New custom data for payment item. Max serialized data length is MaxExternalPaymentItemDataLength.
- paymentItem IPaymentItemStub
- External payment item to be edited. Currently should be payment item of plugin payment type.
- order IOrderStub
- Order of which payment item will be edited.
See Also