|
Docusign CSharp Docs
|
This object contains information about a seat discount. More...
Public Member Functions | |
| SeatDiscount (string BeginSeatCount=default(string), string DiscountPercent=default(string), string EndSeatCount=default(string)) | |
| Initializes a new instance of the SeatDiscount 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 (SeatDiscount other) |
| Returns true if SeatDiscount instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
| IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
| string | BeginSeatCount [get, set] |
| Reserved: TBD More... | |
| string | DiscountPercent [get, set] |
| Gets or Sets DiscountPercent More... | |
| string | EndSeatCount [get, set] |
| Reserved: TBD More... | |
This object contains information about a seat discount.
|
inline |
Initializes a new instance of the SeatDiscount class.
| BeginSeatCount | Reserved: TBD. |
| DiscountPercent | DiscountPercent. |
| EndSeatCount | Reserved: TBD. |
|
inline |
Returns true if objects are equal
| obj | Object to be compared |
|
inline |
Returns true if SeatDiscount instances are equal
| other | Instance of SeatDiscount to be compared |
|
inline |
Gets the hash code
|
inline |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Reserved: TBD
Reserved: TBD
|
getset |
Gets or Sets DiscountPercent
|
getset |
Reserved: TBD
Reserved: TBD
1.8.13