DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.AppStoreProduct Class Reference

Contains information about an APP store product. More...

Inheritance diagram for DocuSign.eSign.Model.AppStoreProduct:

Public Member Functions

 AppStoreProduct (string MarketPlace=default(string), string ProductId=default(string))
 Initializes a new instance of the AppStoreProduct class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (AppStoreProduct other)
 Returns true if AppStoreProduct instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string MarketPlace [get, set]
 Gets or Sets MarketPlace More...
 
string ProductId [get, set]
 The Product ID from the AppStore. More...
 

Detailed Description

Contains information about an APP store product.

Constructor & Destructor Documentation

◆ AppStoreProduct()

DocuSign.eSign.Model.AppStoreProduct.AppStoreProduct ( string  MarketPlace = default(string),
string  ProductId = default(string) 
)
inline

Initializes a new instance of the AppStoreProduct class.

Parameters
MarketPlaceMarketPlace.
ProductIdThe Product ID from the AppStore..

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.AppStoreProduct.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.AppStoreProduct.Equals ( AppStoreProduct  other)
inline

Returns true if AppStoreProduct instances are equal

Parameters
otherInstance of AppStoreProduct to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.AppStoreProduct.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.AppStoreProduct.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.AppStoreProduct.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ MarketPlace

string DocuSign.eSign.Model.AppStoreProduct.MarketPlace
getset

Gets or Sets MarketPlace

◆ ProductId

string DocuSign.eSign.Model.AppStoreProduct.ProductId
getset

The Product ID from the AppStore.

The Product ID from the AppStore.


The documentation for this class was generated from the following file: