Skip to content

Class: PassThrough

Type which contains pass through payments.

URI: common_domain_model:PassThrough

 classDiagram
    class PassThrough
    click PassThrough href "../PassThrough/"
      PassThrough : passThroughItem





        PassThrough --> "1..*" PassThroughItem : passThroughItem
        click PassThroughItem href "../PassThroughItem/"



Slots

Name Cardinality and Range Description Inheritance
passThroughItem 1..*
PassThroughItem
One to many pass through payment items direct

Usages

used by used in type used
OptionFeature passThrough range PassThrough

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:PassThrough
native common_domain_model:PassThrough

LinkML Source

Direct

name: PassThrough
description: Type which contains pass through payments.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- passThroughItem

Induced

name: PassThrough
description: Type which contains pass through payments.
in_subset:
- cdm_product_template
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  passThroughItem:
    name: passThroughItem
    description: One to many pass through payment items.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: PassThrough
    domain_of:
    - PassThrough
    range: PassThroughItem
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true