ErxChargeItemMatrixCode

public protocol ErxChargeItemMatrixCode

conforming instances can be used to generate a matrix code

  • id

    Id of the charge item

    Declaration

    Swift

    var id: String { get }
  • Access code authorizing for the charge item

    Declaration

    Swift

    var accessCode: String? { get }