C# Class Uol.PagSeguro.Domain.Direct.Installment

Represents the installment of a credit card payment
Show file Open project: pagseguro/dotnet

Public Methods

Method Description
Installment ( ) : System

Initializes a new instance of the Installment Class

Installment ( int quantity, decimal value ) : System

Initializes a new instance of the Installment Class

Installment ( int quantity, decimal value, int noInterestInstallmentQuantity ) : System

Initializes a new instance of the Installment Class

ToString ( ) : String

Returns a string that represents the current object

Method Details

Installment() public method

Initializes a new instance of the Installment Class
public Installment ( ) : System
return System

Installment() public method

Initializes a new instance of the Installment Class
public Installment ( int quantity, decimal value ) : System
quantity int
value decimal
return System

Installment() public method

Initializes a new instance of the Installment Class
public Installment ( int quantity, decimal value, int noInterestInstallmentQuantity ) : System
quantity int
value decimal
noInterestInstallmentQuantity int
return System

ToString() public method

Returns a string that represents the current object
public ToString ( ) : String
return String