SBSDKMedicalPlanStandardSubheading
@interface SBSDKMedicalPlanStandardSubheading : NSObject
German medical plan document subheading information description.
-
General notes.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nonnull generalNotes;
Swift
var generalNotes: [String] { get set }
-
Fields.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<SBSDKMedicalPlanStandardSubheadingField *> *_Nonnull fields;
Swift
var fields: [SBSDKMedicalPlanStandardSubheadingField] { get set }
-
Medicines.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<SBSDKMedicalPlanMedicine *> *_Nonnull medicines;
Swift
var medicines: [SBSDKMedicalPlanMedicine] { get set }
-
Prescriptions.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<SBSDKMedicalPlanSubheadingPrescription *> *_Nonnull prescriptions;
Swift
var prescriptions: [SBSDKMedicalPlanSubheadingPrescription] { get set }