payment:SettlementInterface leaf node


URI

https://w3id.org/agent-ontology/payment#SettlementInterface

Label

Settlement Interface

Description

Describes the technical and semantic requirements for settling a payment.

Usage

Instances of payment:SettlementInterface can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class payment:SettlementInterface
payment:acceptedMethod owl:DatatypeProperty xsd:string
payment:category owl:DatatypeProperty xsd:string

Implementation

@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." .