VbzCart/v1/class/vcCartData Contact

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | v1/class
Revision as of 13:50, 25 February 2019 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/*::::
  PURPOSE: general contact class that has everything (name, mail address, email, phone).
    This is currently only used for Buyers, but might later be extended to Recipients
*/
class vcCartData_Contact extends vcCartData_NameAddress {
    use vtCartData_EmailPhone;
}