IEditSessionChangePreliminaryPaymentItemCustomData Method |
Changes custom data of existing preliminary payment item.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid ChangePreliminaryPaymentItemCustomData(
string customData,
IPaymentItemStub paymentItem,
IOrderStub order
)
Parameters
- customData String
- New custom data for payment item. Max serialized data length is MaxExternalPaymentItemDataLength.
- paymentItem IPaymentItemStub
- Preliminary 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