Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Payment vocabulary"

(AMEX, DinersClub, Discover, MasterCard, VISA, DirectDebit, PayPal)
Line 26: Line 26:
 
===<code>AMEX</code>, <code>DinersClub</code>, <code>Discover</code>, <code>MasterCard</code>, <code>VISA</code>, <code>DirectDebit</code>, <code>PayPal</code>===
 
===<code>AMEX</code>, <code>DinersClub</code>, <code>Discover</code>, <code>MasterCard</code>, <code>VISA</code>, <code>DirectDebit</code>, <code>PayPal</code>===
 
* subclassOf: <code>CreditCard</code>
 
* subclassOf: <code>CreditCard</code>
 +
 +
===<code>DirectDebit</code>===
 +
* subclassOf: <code>CreditCard</code>
 +
* 0..1 <code>bankSortCode</code>
 +
* 0..1 <code>bankAccountNumber</code>
  
 
== Attributes  ==
 
== Attributes  ==

Revision as of 02:10, 2 November 2010

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Higgins logo 76Wx100H.jpg

Vocabulary to describe payment methods. Imported by Persona vocabulary.

Files

UML Overview

Payment 2.0.101.png

Classes

PaymentMethod

Method of payment including credit cards, paypal, etc.

ByBankTransferInAdvance, Cash, CheckInAdvance, COD

  • subclassOf: PaymentMethod

CreditCard

  • subclassOf: PaymentMethod
  • 1..1 ccCid
  • 1..1 ccExpiration
  • 1..1 ccNumber

AMEX, DinersClub, Discover, MasterCard, VISA, DirectDebit, PayPal

  • subclassOf: CreditCard

DirectDebit

  • subclassOf: CreditCard
  • 0..1 bankSortCode
  • 0..1 bankAccountNumber

Attributes

ccCid

  • domain: CreditCard
  • value: xsd:string

ccExpiration

  • domain: CreditCard
  • value: xsd:date

ccNumber

  • domain: CreditCard
  • value: xsd:string

paymentMethod

  • domain: Person
  • value: PaymentMethod

Links

Back to the top