MBPHungarySlipId
Objective-C
enum MBPHungarySlipId : NSInteger {}
Swift
enum MBPHungarySlipId : Int, @unchecked Sendable
Slip format id. Can be one of the below:
-
White hungarian payslip
Declaration
Objective-C
MBPHungarySlipIdWhiteSwift
case white = 0 -
Yellow hungarian payslip
Declaration
Objective-C
MBPHungarySlipIdYellowSwift
case yellow = 1
View on GitHub