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"

(Classes)
(Attributes)
Line 27: Line 27:
 
== Attributes  ==
 
== Attributes  ==
  
==== <code>ccCid </code>  ====
+
=== <code>ccCid </code>  ===
  
 
*domain: <code>CreditCard</code>  
 
*domain: <code>CreditCard</code>  
 
*value: <code>xsd:string</code>
 
*value: <code>xsd:string</code>
  
==== <code>ccExpiration </code>  ====
+
=== <code>ccExpiration </code>  ===
  
 
*domain: <code>CreditCard</code>  
 
*domain: <code>CreditCard</code>  
 
*value: <code>xsd:date</code>
 
*value: <code>xsd:date</code>
  
==== <code>ccNumber </code>  ====
+
=== <code>ccNumber </code>  ===
  
 
*domain: <code>CreditCard</code>  
 
*domain: <code>CreditCard</code>  
 
*value: <code>xsd:string</code>
 
*value: <code>xsd:string</code>
  
==== <code>paymentMethod</code>  ====
+
=== <code>paymentMethod</code>  ===
 
*domain: <code>Person</code>
 
*domain: <code>Person</code>
 
*value: <code>PaymentMethod</code>
 
*value: <code>PaymentMethod</code>

Revision as of 23:27, 13 October 2010

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

Files

UML Overview

Payment 2.0.100.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

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.