Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.28 KB

Membership.md

File metadata and controls

26 lines (23 loc) · 2.28 KB

Membership

Properties

Name Type Description Notes
url string The link to the current resource [optional]
id int The Id of the membership [optional]
description string The description of the membership. This is usually a comment to the membership. [optional]
member \Membercare\Client\Model\Member [optional]
application_date \DateTime The application date of the membership [optional]
affiliate_date \DateTime The affiliate date of the membership [optional]
affiliation_source \Membercare\Client\Model\AffiliationSource [optional]
affiliation_reason \Membercare\Client\Model\AffiliationReason [optional]
disaffiliate_date \DateTime The disaffiliate date of the membership. [optional]
application_status \Membercare\Client\Model\ApplicationStatus [optional]
enable_geographic bool Indicates wether or not geographic is enable for the membership. If true, then the membership will be updated when the members address change to another geographic enabled organization. [optional]
membership_category \Membercare\Client\Model\MembershipCategory [optional]
close_date \DateTime Date when Membership got its end date [optional]
fee_exempt bool Indicates if this membership should not be invoiced (by Fee module) [optional]
application_process_date \DateTime Date when the application was processed [optional]
application_status_comment string Additional comment in regards to the application status [optional]
membership_weights \Membercare\Client\Model\MembershipWeight[] How many percent Member [optional]
disaffiliate_reason \Membercare\Client\Model\DisaffiliateReason [optional]

[Back to Model list] [Back to API list] [Back to README]