C# 클래스 Square.Models.UpdateCustomerResponse

UpdateCustomerResponse.
파일 보기 프로젝트 열기: square/square-dotnet-sdk

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
ToString ( List toStringOutput ) : void

ToString overload.

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToBuilder() 공개 메소드

Converts to builder object.
public ToBuilder ( ) : Builder
리턴 Builder

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 보호된 메소드

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

UpdateCustomerResponse() 공개 메소드

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.
리턴 System