Class: OpenActive::Models::Schema::PaymentCard
- Inherits:
-
FinancialProduct
- Object
- BaseModel
- JsonLdModel
- Thing
- Intangible
- Service
- FinancialProduct
- OpenActive::Models::Schema::PaymentCard
- Defined in:
- lib/openactive/models/schema/payment_card.rb
Instance Attribute Summary collapse
- #cash_back ⇒ Boolean, ...
- #contactless_payment ⇒ Boolean?
- #floor_limit ⇒ OpenActive::Models::Schema::MonetaryAmount
- #type ⇒ String
Attributes inherited from FinancialProduct
#annual_percentage_rate, #fees_and_commissions_specification, #interest_rate
Attributes inherited from Service
#aggregate_rating, #area_served, #audience, #available_channel, #award, #brand, #broker, #category, #has_offer_catalog, #hours_available, #is_related_to, #is_similar_to, #logo, #offers, #produces, #provider, #provider_mobility, #review, #service_area, #service_audience, #service_output, #service_type, #slogan, #terms_of_service
Attributes inherited from Thing
#additional_type, #alternate_name, #description, #disambiguating_description, #identifier, #image, #main_entity_of_page, #name, #potential_action, #same_as, #subject_of, #url
Attributes inherited from JsonLdModel
Method Summary
Methods inherited from BaseModel
#assign_attributes, define_property, deserialize, #deserialize, deserialize_class, #initialize, #serialize, serialize, #set_property, #to_json
Methods included from Concerns::TypeChecker
Methods included from Concerns::JsonLdSerializable
Constructor Details
This class inherits a constructor from OpenActive::BaseModel
Instance Attribute Details
#cash_back ⇒ Boolean, ...
23 24 25 |
# File 'lib/openactive/models/schema/payment_card.rb', line 23 def cash_back @cash_back end |
#contactless_payment ⇒ Boolean?
17 18 19 |
# File 'lib/openactive/models/schema/payment_card.rb', line 17 def contactless_payment @contactless_payment end |
#floor_limit ⇒ OpenActive::Models::Schema::MonetaryAmount
12 13 14 |
# File 'lib/openactive/models/schema/payment_card.rb', line 12 def floor_limit @floor_limit end |
#type ⇒ String
7 8 9 |
# File 'lib/openactive/models/schema/payment_card.rb', line 7 def type "schema:PaymentCard" end |