lib/openactive/models/organization.rb in openactive-0.2.2 vs lib/openactive/models/organization.rb in openactive-0.3.0
- old
+ new
@@ -35,9 +35,15 @@
# @return [String]
define_property :email, as: "email", types: [
"string",
]
+ # @return [OpenActive::Models::CustomerAccount,URI]
+ define_property :has_account, as: "hasAccount", types: [
+ "OpenActive::Models::CustomerAccount",
+ "URI",
+ ]
+
# @return [Boolean,nil]
define_property :is_open_booking_allowed, as: "isOpenBookingAllowed", types: [
"bool",
"null",
]