Skip to content

Commit

Permalink
acceptedPaymentMethod can now be attached to Organization.
Browse files Browse the repository at this point in the history
Updated description.
  • Loading branch information
MatthiasWiesmann authored and alex-jansen committed Mar 7, 2024
1 parent e2cb239 commit 1771f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/schema.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3911,10 +3911,10 @@ See also the <a href="/docs/hotels.html">dedicated document on the use of schema
:acceptedPaymentMethod a rdf:Property ;
rdfs:label "acceptedPaymentMethod" ;
:domainIncludes :Demand,
:Offer ;
:Offer, :Organization ;
:rangeIncludes :LoanOrCredit,
:PaymentMethod ;
rdfs:comment "The payment method(s) accepted by seller for this offer." .
rdfs:comment "The payment method(s) that are accepted in general by an organization, or for some specific demand or offer." .
:acceptsReservations a rdf:Property ;
rdfs:label "acceptsReservations" ;
Expand Down

0 comments on commit 1771f7b

Please sign in to comment.