CustomerProvidedDataEvent

public class CustomerProvidedDataEvent : BaseResponse

Loyalty API Transfers the data provided by the customer to the semi-integrated POS

  • The ID of the data event. The content of this value is defined by the data source of the loyalty data.

    Declaration

    Swift

    public var eventId: String?
  • The configuration of the data provided. The content of this value is defined by the data source of the loyalty data.

    Declaration

    Swift

    public var config: DataProviderConfig?
  • Loyalty data provided by the loyalty data source. The content of this value is defined by the data source of the loyalty data.

    Declaration

    Swift

    public var data: String?