OpenPayExtendedTransactionData

public protocol OpenPayExtendedTransactionData

Undocumented

  • The name of the extended transaction data field.

    The ‘token’ field is only included in the response if it is enabled in the consumers API configuration.

    Declaration

    Swift

    var field: OpenPayExtendedTransactionDataFieldName { get }
  • The value of the extended transaction data field.

    Declaration

    Swift

    var value: String { get }