This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package "creditcard" | |
// All types are implemented as interfaces. Interfaces can extend each other, thus implementing a type tree: | |
// Operation | |
// _______________|_____________________ | |
// | | | | |
// Charge Refund Authorize | |
// ____ |_____________________ | |
// | | | |
// B2CCharge B2BCharge |