Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToBuilder ( ) : Builder |
Converts to builder object.
|
|
ToString ( ) : string | ||
UpdateCustomerResponse ( IList errors = null, Models.Customer customer = null ) : System |
Initializes a new instance of the UpdateCustomerResponse class.
|
Method | Description | |
---|---|---|
ToString ( List toStringOutput ) : void |
ToString overload.
|
protected ToString ( List toStringOutput ) : void | ||
toStringOutput | List | List of strings. |
return | void |
public UpdateCustomerResponse ( IList errors = null, Models.Customer customer = null ) : System | ||
errors | IList | errors. |
customer | Models.Customer | customer. |
return | System |