# PartnershipManagement.Partner

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique identifier for Partners | [optional] 
**href** | **String** | Url used to reference the partner. | [optional] 
**name** | **String** | A word, term, or phrase by which the Partner is known and distinguished from other Partners. | 
**status** | **String** | Used to track the lifecycle status of the partner. | [optional] 
**statusReason** | **String** | A string providing an explanation on the value of the status lifecycle. For instance if the status is Rejected, statusReason will provide the reason for rejection. | [optional] 
**account** | [**[AccountRef]**](AccountRef.md) |  | [optional] 
**agreement** | [**[AgreementRef]**](AgreementRef.md) |  | [optional] 
**characteristic** | [**[Characteristic]**](Characteristic.md) | Describes the characteristic of a partner. | [optional] 
**contactMedium** | [**[ContactMedium]**](ContactMedium.md) |  | [optional] 
**creditProfile** | [**[CreditProfile]**](CreditProfile.md) |  | [optional] 
**engagedParty** | [**RelatedParty**](RelatedParty.md) |  | 
**paymentMethod** | [**[PaymentMethodRef]**](PaymentMethodRef.md) |  | [optional] 
**relatedParty** | [**[RelatedParty]**](RelatedParty.md) |  | [optional] 
**validFor** | [**TimePeriod**](TimePeriod.md) |  | [optional] 
**baseType** | **String** | When sub-classing, this defines the super-class | [optional] 
**schemaLocation** | **String** | A URI to a JSON-Schema file that defines additional attributes and relationships | [optional] 
**type** | **String** | When sub-classing, this defines the sub-class entity name | [optional] 
