MBPCroatiaSlipId
Objective-C
enum MBPCroatiaSlipId : NSInteger {}
Swift
enum MBPCroatiaSlipId : Int, @unchecked Sendable
Slip format id. Can be one of the below:
-
Left side of HUB 3 payslip
Declaration
Objective-C
MBPCroatiaSlipIdHub3LeftSwift
case hub3Left = 0 -
Right side of HUB 3 payslip
Declaration
Objective-C
MBPCroatiaSlipIdHub3RightSwift
case hub3Right = 1
View on GitHub