C# Class Square.Models.UpdateCustomerResponse

UpdateCustomerResponse.
Exibir arquivo Open project: square/square-dotnet-sdk

Private Properties

Property Type Description

Public Methods

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.

Protected Methods

Method Description
ToString ( List toStringOutput ) : void

ToString overload.

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToBuilder() public method

Converts to builder object.
public ToBuilder ( ) : Builder
return Builder

ToString() public method

public ToString ( ) : string
return string

ToString() protected method

ToString overload.
protected ToString ( List toStringOutput ) : void
toStringOutput List List of strings.
return void

UpdateCustomerResponse() public method

Initializes a new instance of the UpdateCustomerResponse class.
public UpdateCustomerResponse ( IList errors = null, Models.Customer customer = null ) : System
errors IList errors.
customer Models.Customer customer.
return System