|
Docusign CSharp Docs
|
This object contains information about a credit card that is associated with an account. More...
Public Member Functions | |
| CreditCardInformation (AddressInformation Address=default(AddressInformation), string CardLastDigits=default(string), string CardNumber=default(string), string CardType=default(string), string CvNumber=default(string), string ExpirationMonth=default(string), string ExpirationYear=default(string), string NameOnCard=default(string), string TokenizedCard=default(string)) | |
| Initializes a new instance of the CreditCardInformation 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 (CreditCardInformation other) |
| Returns true if CreditCardInformation instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
| IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
| AddressInformation | Address [get, set] |
| A complex element containing the credit card billing address information. More... | |
| string | CardLastDigits [get, set] |
| Gets or Sets CardLastDigits More... | |
| string | CardNumber [get, set] |
| The number on the credit card. More... | |
| string | CardType [get, set] |
| The credit card type. Valid values are: visa, mastercard, or amex. More... | |
| string | CvNumber [get, set] |
| Gets or Sets CvNumber More... | |
| string | ExpirationMonth [get, set] |
| The month that the credit card expires (1-12). More... | |
| string | ExpirationYear [get, set] |
| The year 4 digit year in which the credit card expires. More... | |
| string | NameOnCard [get, set] |
| The exact name printed on the credit card. More... | |
| string | TokenizedCard [get, set] |
| Gets or Sets TokenizedCard More... | |
This object contains information about a credit card that is associated with an account.
|
inline |
Initializes a new instance of the CreditCardInformation class.
| Address | A complex element containing the credit card billing address information.. |
| CardLastDigits | CardLastDigits. |
| CardNumber | The number on the credit card.. |
| CardType | The credit card type. Valid values are: visa, mastercard, or amex.. |
| CvNumber | CvNumber. |
| ExpirationMonth | The month that the credit card expires (1-12).. |
| ExpirationYear | The year 4 digit year in which the credit card expires.. |
| NameOnCard | The exact name printed on the credit card.. |
| TokenizedCard | TokenizedCard. |
|
inline |
Returns true if objects are equal
| obj | Object to be compared |
|
inline |
Returns true if CreditCardInformation instances are equal
| other | Instance of CreditCardInformation 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 |
A complex element containing the credit card billing address information.
A complex element containing the credit card billing address information.
|
getset |
Gets or Sets CardLastDigits
|
getset |
The number on the credit card.
The number on the credit card.
|
getset |
The credit card type. Valid values are: visa, mastercard, or amex.
The credit card type. Valid values are: visa, mastercard, or amex.
|
getset |
Gets or Sets CvNumber
|
getset |
The month that the credit card expires (1-12).
The month that the credit card expires (1-12).
|
getset |
The year 4 digit year in which the credit card expires.
The year 4 digit year in which the credit card expires.
|
getset |
The exact name printed on the credit card.
The exact name printed on the credit card.
|
getset |
Gets or Sets TokenizedCard
1.8.13