Looking for help!
NAME
SemanticWeb::Schema::ProgramMembership - Used to describe membership in a loyalty programs (e
VERSION
version v0.0.2
DESCRIPTION
Used to describe membership in a loyalty programs (e.g. "StarAliance"), traveler clubs (e.g. "AAA"), purchase clubs ("Safeway Club"), etc.
ATTRIBUTES
hosting_organization
hostingOrganization
The organization (airline, travelers' club, etc.) the membership is made with.
A hosting_organization should be one of the following types:
member
A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.
A member should be one of the following types:
members
A member of this organization.
A members should be one of the following types:
membership_number
membershipNumber
A unique identifier for the membership.
A membership_number should be one of the following types:
Str
program_name
programName
The program providing the membership.
A program_name should be one of the following types:
Str
SEE ALSO
SemanticWeb::Schema::Intangible
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)