C# Class Square.Models.UpdateCustomerResponse

UpdateCustomerResponse.
Afficher le fichier Open project: square/square-dotnet-sdk

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
ToString ( List toStringOutput ) : void

ToString overload.

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToBuilder() public méthode

Converts to builder object.
public ToBuilder ( ) : Builder
Résultat Builder

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() protected méthode

ToString overload.
protected ToString ( List toStringOutput ) : void
toStringOutput List List of strings.
Résultat void

UpdateCustomerResponse() public méthode

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.
Résultat System