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
PaymentMethodDeclaration
Swift
public let payerId: String
View on GitHub
Install in Dash