SBSDKMedicalPlanMedicineField

@interface SBSDKMedicalPlanMedicineField : NSObject

German medical plan document medicine information description field.

  • Field value.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull value;

    Swift

    var value: String { get set }
  • Field type.

    Declaration

    Objective-C

    @property (nonatomic) SBSDKMedicalPlanMedicineFieldType type;

    Swift

    var type: SBSDKMedicalPlanMedicineFieldType { get set }
  • Human-readable field type name.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *_Nonnull typeHumanReadableString;

    Swift

    var typeHumanReadableString: String { get }