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
MBPHungarySlipIdWhite
Swift
case white = 0
-
Yellow hungarian payslip
Declaration
Objective-C
MBPHungarySlipIdYellow
Swift
case yellow = 1