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

PurchasedEnvelopesInformation More...

Inheritance diagram for DocuSign.eSign.Model.PurchasedEnvelopesInformation:

Public Member Functions

 PurchasedEnvelopesInformation (string Amount=default(string), string AppName=default(string), string CurrencyCode=default(string), string Platform=default(string), string ProductId=default(string), string Quantity=default(string), string ReceiptData=default(string), string StoreName=default(string), string TransactionId=default(string))
 Initializes a new instance of the PurchasedEnvelopesInformation 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 (PurchasedEnvelopesInformation other)
 Returns true if PurchasedEnvelopesInformation instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Amount [get, set]
 The total amount of the purchase. More...
 
string AppName [get, set]
 The AppName of the client application. More...
 
string CurrencyCode [get, set]
 Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information. More...
 
string Platform [get, set]
 The Platform of the client application More...
 
string ProductId [get, set]
 The Product ID from the AppStore. More...
 
string Quantity [get, set]
 The quantity of envelopes to add to the account. More...
 
string ReceiptData [get, set]
 The encrypted Base64 encoded receipt data. More...
 
string StoreName [get, set]
 The name of the AppStore. More...
 
string TransactionId [get, set]
 Specifies the Transaction ID from the AppStore. More...
 

Detailed Description

PurchasedEnvelopesInformation

Constructor & Destructor Documentation

◆ PurchasedEnvelopesInformation()

DocuSign.eSign.Model.PurchasedEnvelopesInformation.PurchasedEnvelopesInformation ( string  Amount = default(string),
string  AppName = default(string),
string  CurrencyCode = default(string),
string  Platform = default(string),
string  ProductId = default(string),
string  Quantity = default(string),
string  ReceiptData = default(string),
string  StoreName = default(string),
string  TransactionId = default(string) 
)
inline

Initializes a new instance of the PurchasedEnvelopesInformation class.

Parameters
AmountThe total amount of the purchase..
AppNameThe AppName of the client application..
CurrencyCodeSpecifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information..
PlatformThe Platform of the client application.
ProductIdThe Product ID from the AppStore..
QuantityThe quantity of envelopes to add to the account..
ReceiptDataThe encrypted Base64 encoded receipt data..
StoreNameThe name of the AppStore..
TransactionIdSpecifies the Transaction ID from the AppStore..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PurchasedEnvelopesInformation instances are equal

Parameters
otherInstance of PurchasedEnvelopesInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Amount

string DocuSign.eSign.Model.PurchasedEnvelopesInformation.Amount
getset

The total amount of the purchase.

The total amount of the purchase.

◆ AppName

string DocuSign.eSign.Model.PurchasedEnvelopesInformation.AppName
getset

The AppName of the client application.

The AppName of the client application.

◆ CurrencyCode

string DocuSign.eSign.Model.PurchasedEnvelopesInformation.CurrencyCode
getset

Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information.

Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information.

◆ Platform

string DocuSign.eSign.Model.PurchasedEnvelopesInformation.Platform
getset

The Platform of the client application

The Platform of the client application

◆ ProductId

string DocuSign.eSign.Model.PurchasedEnvelopesInformation.ProductId
getset

The Product ID from the AppStore.

The Product ID from the AppStore.

◆ Quantity

string DocuSign.eSign.Model.PurchasedEnvelopesInformation.Quantity
getset

The quantity of envelopes to add to the account.

The quantity of envelopes to add to the account.

◆ ReceiptData

string DocuSign.eSign.Model.PurchasedEnvelopesInformation.ReceiptData
getset

The encrypted Base64 encoded receipt data.

The encrypted Base64 encoded receipt data.

◆ StoreName

string DocuSign.eSign.Model.PurchasedEnvelopesInformation.StoreName
getset

The name of the AppStore.

The name of the AppStore.

◆ TransactionId

string DocuSign.eSign.Model.PurchasedEnvelopesInformation.TransactionId
getset

Specifies the Transaction ID from the AppStore.

Specifies the Transaction ID from the AppStore.


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