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
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;
}