ICustomerAgreementCollection.Create(Agreement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new agreement on behalf of the customer.
public Microsoft.Store.PartnerCenter.Models.Agreements.Agreement Create (Microsoft.Store.PartnerCenter.Models.Agreements.Agreement customerAgreement);
abstract member Create : Microsoft.Store.PartnerCenter.Models.Agreements.Agreement -> Microsoft.Store.PartnerCenter.Models.Agreements.Agreement
Public Function Create (customerAgreement As Agreement) As Agreement
Parameters
- customerAgreement
- Agreement
Customer agreement details.
Returns
Newly created agreement.