C# Class Wallee.Model.TransactionLineItemVersion

Inheritance: Wallee.Model.TransactionAwareEntity, IEquatable
Mostrar archivo Open project: wallee-payment/csharp-sdk

Private Properties

Property Type Description
TransactionLineItemVersion System

Public Methods

Method Description
Equals ( input ) : bool

Returns true if TransactionLineItemVersion instances are equal

Equals ( object input ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

Private Methods

Method Description
TransactionLineItemVersion ( ) : System

Method Details

Equals() public method

Returns true if TransactionLineItemVersion instances are equal
public Equals ( input ) : bool
input Instance of TransactionLineItemVersion to be compared
return bool

Equals() public method

Returns true if objects are equal
public Equals ( object input ) : bool
input object Object to be compared
return bool

GetHashCode() public method

Gets the hash code
public GetHashCode ( ) : int
return int

ToJson() public method

Returns the JSON string presentation of the object
public ToJson ( ) : string
return string

ToString() public method

Returns the string presentation of the object
public ToString ( ) : string
return string