Click or drag to resize

OpsExtensibilityDataDetailGetExtensibilityCardPaymentData Method

Payment data is stored in extensibility data and can be extracted using this method. If this method returns a non-null value then this detail was indeed the payment data. Otherwise null is returned

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public ExtensibilityCardPaymentData GetExtensibilityCardPaymentData()

Return Value

Type: ExtensibilityCardPaymentData
See Also