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