|
Docusign CSharp Docs
|
Contains information on a billing plan. More...
Public Member Functions | |
| BillingPayment (string Amount=default(string), string InvoiceId=default(string), string PaymentId=default(string)) | |
| Initializes a new instance of the BillingPayment 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 (BillingPayment other) |
| Returns true if BillingPayment instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
| IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
| string | Amount [get, set] |
| Reserved: TBD More... | |
| string | InvoiceId [get, set] |
| Reserved: TBD More... | |
| string | PaymentId [get, set] |
| Gets or Sets PaymentId More... | |
Contains information on a billing plan.
|
inline |
Initializes a new instance of the BillingPayment class.
| Amount | Reserved: TBD. |
| InvoiceId | Reserved: TBD. |
| PaymentId | PaymentId. |
|
inline |
Returns true if objects are equal
| obj | Object to be compared |
|
inline |
Returns true if BillingPayment instances are equal
| other | Instance of BillingPayment 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 |
Reserved: TBD
Reserved: TBD
|
getset |
Gets or Sets PaymentId
1.8.13