Module: SchemaOrg::Mixins::CreditCard
- Includes:
- LoanOrCredit, PaymentCard
- Included in:
- CreditCard
- Defined in:
- lib/schema_org/mixins/credit_card.rb
Class Method Summary collapse
Methods included from PaymentCard
#cash_back, #cash_back=, #contactless_payment, #contactless_payment=, #floor_limit, #floor_limit=, #monthly_minimum_repayment_amount, #monthly_minimum_repayment_amount=
Methods included from PaymentMethod
#payment_method_type, #payment_method_type=
Methods included from Thing
#additional_type, #additional_type=, #alternate_name, #alternate_name=, #description, #description=, #disambiguating_description, #disambiguating_description=, #identifier, #identifier=, #image, #image=, #main_entity_of_page, #main_entity_of_page=, #name, #name=, #owner, #owner=, #potential_action, #potential_action=, #same_as, #same_as=, #subject_of, #subject_of=, #url, #url=
Methods included from FinancialProduct
#annual_percentage_rate, #annual_percentage_rate=, #fees_and_commissions_specification, #fees_and_commissions_specification=, #interest_rate, #interest_rate=
Methods included from Service
#aggregate_rating, #aggregate_rating=, #area_served, #area_served=, #audience, #audience=, #available_channel, #available_channel=, #award, #award=, #brand, #brand=, #broker, #broker=, #category, #category=, #has_certification, #has_certification=, #has_offer_catalog, #has_offer_catalog=, #hours_available, #hours_available=, #is_related_to, #is_related_to=, #is_similar_to, #is_similar_to=, #logo, #logo=, #offers, #offers=, #produces, #produces=, #provider, #provider=, #provider_mobility, #provider_mobility=, #review, #review=, #service_area, #service_area=, #service_audience, #service_audience=, #service_output, #service_output=, #service_type, #service_type=, #slogan, #slogan=, #terms_of_service, #terms_of_service=
Methods included from LoanOrCredit
#amount, #amount=, #currency, #currency=, #grace_period, #grace_period=, #loan_repayment_form, #loan_repayment_form=, #loan_term, #loan_term=, #loan_type, #loan_type=, #recourse_loan, #recourse_loan=, #renegotiable_loan, #renegotiable_loan=, #required_collateral, #required_collateral=
Class Method Details
.schema_property_definitions ⇒ Object
12 13 14 |
# File 'lib/schema_org/mixins/credit_card.rb', line 12 def self.schema_property_definitions {}.freeze end |