https://w3id.org/agent-ontology/payment#SettlementInterface
Describes the technical and semantic requirements for settling a payment.
Instances of payment:SettlementInterface can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class payment:SettlementInterface | |||
| payment:acceptedMethod | owl:DatatypeProperty | xsd:string | |
| payment:category | owl:DatatypeProperty | xsd:string | |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix payment: <https://w3id.org/agent-ontology/payment#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
payment:SettlementInterface a owl:Class ;
rdfs:label "Settlement Interface" ;
rdfs:comment "Describes the technical and semantic requirements for settling a payment." .