SBSDKMedicalPlanPatientInformation
@interface SBSDKMedicalPlanPatientInformation : NSObject
German medical plan document patient information description.
-
Fields.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<SBSDKMedicalPlanPatientField *> *_Nonnull fields;
Swift
var fields: [SBSDKMedicalPlanPatientField] { get set }