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

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

Inheritance diagram for DocuSign.eSign.Model.AppStoreReceipt:

Public Member Functions

 AppStoreReceipt (string DowngradeProductId=default(string), string IsDowngradeCancellation=default(string), string ProductId=default(string), string ReceiptData=default(string))
 Initializes a new instance of the AppStoreReceipt 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 (AppStoreReceipt other)
 Returns true if AppStoreReceipt instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string DowngradeProductId [get, set]
 Gets or Sets DowngradeProductId More...
 
string IsDowngradeCancellation [get, set]
 Gets or Sets IsDowngradeCancellation More...
 
string ProductId [get, set]
 Gets or Sets ProductId More...
 
string ReceiptData [get, set]
 Reserved: TBD More...
 

Detailed Description

Contains information about an APP store receipt.

Constructor & Destructor Documentation

◆ AppStoreReceipt()

DocuSign.eSign.Model.AppStoreReceipt.AppStoreReceipt ( string  DowngradeProductId = default(string),
string  IsDowngradeCancellation = default(string),
string  ProductId = default(string),
string  ReceiptData = default(string) 
)
inline

Initializes a new instance of the AppStoreReceipt class.

Parameters
DowngradeProductIdDowngradeProductId.
IsDowngradeCancellationIsDowngradeCancellation.
ProductIdProductId.
ReceiptDataReserved: TBD.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AppStoreReceipt instances are equal

Parameters
otherInstance of AppStoreReceipt to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DowngradeProductId

string DocuSign.eSign.Model.AppStoreReceipt.DowngradeProductId
getset

Gets or Sets DowngradeProductId

◆ IsDowngradeCancellation

string DocuSign.eSign.Model.AppStoreReceipt.IsDowngradeCancellation
getset

Gets or Sets IsDowngradeCancellation

◆ ProductId

string DocuSign.eSign.Model.AppStoreReceipt.ProductId
getset

Gets or Sets ProductId

◆ ReceiptData

string DocuSign.eSign.Model.AppStoreReceipt.ReceiptData
getset

Reserved: TBD

Reserved: TBD


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