InsurancePayer

public struct InsurancePayer : Equatable, Codable

A structure holding information about an Insurance Payer that the system supports

  • A string representing the name of the Insurance Payer

    Declaration

    Swift

    public let name: String
  • A unique id for the insurance payer This property can be used in PaymentMethod

    Declaration

    Swift

    public let payerId: String